mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* opncls.c (bfd_openstreamr): New function.
* bfd-in2.h: Rebuilt.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Tue Jan 17 10:52:32 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
|
Tue Jan 17 10:52:32 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
|
||||||
|
|
||||||
|
* opncls.c (bfd_openstreamr): New function.
|
||||||
|
* bfd-in2.h: Rebuilt.
|
||||||
|
|
||||||
* elf32-mips.c (enum reloc_type): Define new relocs used on Irix.
|
* elf32-mips.c (enum reloc_type): Define new relocs used on Irix.
|
||||||
(elf_mips_howto_table): Add entries for new relocs.
|
(elf_mips_howto_table): Add entries for new relocs.
|
||||||
(mips_elf_section_from_shdr): Handle SHT_MIPS_MSYM,
|
(mips_elf_section_from_shdr): Handle SHT_MIPS_MSYM,
|
||||||
|
@ -578,6 +578,9 @@ bfd_openr PARAMS ((CONST char *filename, CONST char *target));
|
|||||||
bfd *
|
bfd *
|
||||||
bfd_fdopenr PARAMS ((CONST char *filename, CONST char *target, int fd));
|
bfd_fdopenr PARAMS ((CONST char *filename, CONST char *target, int fd));
|
||||||
|
|
||||||
|
bfd *
|
||||||
|
bfd_openstreamr PARAMS (());
|
||||||
|
|
||||||
bfd *
|
bfd *
|
||||||
bfd_openw PARAMS ((CONST char *filename, CONST char *target));
|
bfd_openw PARAMS ((CONST char *filename, CONST char *target));
|
||||||
|
|
||||||
@ -2009,7 +2012,6 @@ enum bfd_flavour {
|
|||||||
bfd_target_oasys_flavour,
|
bfd_target_oasys_flavour,
|
||||||
bfd_target_tekhex_flavour,
|
bfd_target_tekhex_flavour,
|
||||||
bfd_target_srec_flavour,
|
bfd_target_srec_flavour,
|
||||||
bfd_target_raw_flavour,
|
|
||||||
bfd_target_som_flavour,
|
bfd_target_som_flavour,
|
||||||
bfd_target_os9k_flavour};
|
bfd_target_os9k_flavour};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user