From: Ian Lance Taylor Date: Tue, 17 Jan 1995 19:26:56 +0000 (+0000) Subject: * opncls.c (bfd_openstreamr): New function. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a51b06cf6e52cbf5cc413bfdfdfc266f52845fb;p=binutils-gdb.git * opncls.c (bfd_openstreamr): New function. * bfd-in2.h: Rebuilt. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bbd43470d16..eba5597d9c8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Tue Jan 17 10:52:32 1995 Ian Lance Taylor + * 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, diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index d8f5d757e16..6f58d66df7b 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -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};