aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-13 19:37:40 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-13 19:37:40 +0000
commitdb5970c7cc6136bfeb0e1099f1df393892e41360 (patch)
treea2689ff7f1450af7315c56b6036bf0821edbaab0 /bfd/ChangeLog
parentf2693093295e5f9333c806368a19a009a7e0af91 (diff)
downloadgdb-db5970c7cc6136bfeb0e1099f1df393892e41360.zip
gdb-db5970c7cc6136bfeb0e1099f1df393892e41360.tar.gz
gdb-db5970c7cc6136bfeb0e1099f1df393892e41360.tar.bz2
* ieee.c (get_symbol): Set the section to bfd_abs_section.
(do_with_relocs): If EXEC_P is set and there are no relocs, use a simple number for the section address, rather than an expression. Limit the number of bytes between relocs to MAXRUN. (ieee_write_me_part): Set me_record to the file offset after the start address. (ieee_write_processor): New static function. (ieee_write_object_contents): Use ieee_write_processor.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index dbb95be..f19c017 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,6 +1,19 @@
+Tue Feb 13 14:35:15 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * ieee.c (get_symbol): Set the section to bfd_abs_section.
+ (do_with_relocs): If EXEC_P is set and there are no relocs, use a
+ simple number for the section address, rather than an expression.
+ Limit the number of bytes between relocs to MAXRUN.
+ (ieee_write_me_part): Set me_record to the file offset after the
+ start address.
+ (ieee_write_processor): New static function.
+ (ieee_write_object_contents): Use ieee_write_processor.
+
Fri Feb 9 10:53:00 1996 Ian Lance Taylor <ian@cygnus.com>
- * coff-aux.c: Change include of aux.h was to aux-coff.h.
+ * configure.host: Use ${CC-gcc} when testing for -rpath on SunOS.
+
+ * coff-aux.c: Change include of aux.h to aux-coff.h.
Thu Feb 8 14:01:03 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>