aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-04-10 18:11:00 +0000
committerIan Lance Taylor <ian@airs.com>1996-04-10 18:11:00 +0000
commit18de3f1908655026caa64bdc3a710ec8a97df05f (patch)
tree0ecea1c83cdc41dcc8302f05655e408a6c0007cb /bfd/ChangeLog
parent66ab4152a04f01fac6c379e0750a9ee6729348b0 (diff)
downloadgdb-18de3f1908655026caa64bdc3a710ec8a97df05f.zip
gdb-18de3f1908655026caa64bdc3a710ec8a97df05f.tar.gz
gdb-18de3f1908655026caa64bdc3a710ec8a97df05f.tar.bz2
* libaout.h (WRITE_HEADERS): Write out the relocs even if there
aren't any symbols. * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS, not 0, for an absolute symbol. (NAME(aout,swap_ext_reloc_out)): Likewise. PR 7387.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fd233af..84e58aa 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
Wed Apr 10 00:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
+ * libaout.h (WRITE_HEADERS): Write out the relocs even if there
+ aren't any symbols.
+ * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS,
+ not 0, for an absolute symbol.
+ (NAME(aout,swap_ext_reloc_out)): Likewise.
+
* ihex.c (ihex_scan): Accept a length of 4 for record type 5.
(ihex_write_object_contents): For a large start address, output
the full 32 bit address in record type 5.