* opncls.c (bfd_openstreamr): New function.

* bfd-in2.h: Rebuilt.
This commit is contained in:
Ian Lance Taylor 1995-01-17 19:26:56 +00:00
parent 4c7edd73d9
commit 8a51b06cf6
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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.
(elf_mips_howto_table): Add entries for new relocs.
(mips_elf_section_from_shdr): Handle SHT_MIPS_MSYM,

View File

@ -578,6 +578,9 @@ bfd_openr PARAMS ((CONST char *filename, CONST char *target));
bfd *
bfd_fdopenr PARAMS ((CONST char *filename, CONST char *target, int fd));
bfd *
bfd_openstreamr PARAMS (());
bfd *
bfd_openw PARAMS ((CONST char *filename, CONST char *target));
@ -2009,7 +2012,6 @@ enum bfd_flavour {
bfd_target_oasys_flavour,
bfd_target_tekhex_flavour,
bfd_target_srec_flavour,
bfd_target_raw_flavour,
bfd_target_som_flavour,
bfd_target_os9k_flavour};