aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog3
-rw-r--r--bfd/bfd-in2.h4
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index bbd4347..eba5597 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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,
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index d8f5d75..6f58d66 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -579,6 +579,9 @@ 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));
boolean
@@ -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};