aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1996-03-22 00:32:05 +0000
committerSteve Chamberlain <sac@cygnus>1996-03-22 00:32:05 +0000
commit51776a11a69e670c69a5f51c80d54c812b317425 (patch)
treeb1bffdf659f42ff0321208f6eba0c2eef33fa041 /bfd/ChangeLog
parentdf928c8f28aab3867ae2283c7425d1a9480c20a1 (diff)
downloadgdb-51776a11a69e670c69a5f51c80d54c812b317425.zip
gdb-51776a11a69e670c69a5f51c80d54c812b317425.tar.gz
gdb-51776a11a69e670c69a5f51c80d54c812b317425.tar.bz2
* coffcode.h (coff_write_object_contents): Allocate
buffers large enough for any FILEHDR or AOUTHDR.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 76becd7..98b69d4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,15 @@
+Thu Mar 21 11:00:47 1996 steve chamberlain <sac@slash.cygnus.com>
+
+ * coffcode.h (coff_write_object_contents): Allocate
+ buffers large enough for any FILEHDR or AOUTHDR.
+
+Thu Mar 21 16:28:17 1996 David Mosberger-Tang <davidm@azstarnet.com>
+
+ * ecofflink.c (lookup_line): New static function, renamed and
+ slighly changed from old _bfd_ecoff_locate_line.
+ (_bfd_ecoff_locate_line): Cache line number information. Use
+ lookup_line for actual lookup.
+
Thu Mar 21 14:59:11 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* peicode.h (pe_print_pdata): Warn if the .pdata section is not a
@@ -5,6 +17,11 @@ Thu Mar 21 14:59:11 1996 Michael Meissner <meissner@tiktok.cygnus.com>
Thu Mar 21 13:54:40 1996 Ian Lance Taylor <ian@cygnus.com>
+ * ecoff.c (_bfd_ecoff_find_nearest_line): Use bfd_zalloc to
+ allocate ecoff_find_line, and don't initialize by hand.
+ * elf32-mips.c (mips_elf_find_nearest_line): Use bfd_zalloc for
+ mips_elf_find_line, and don't call memset.
+
* coffcode.h (coff_compute_section_file_positions): If not
producing a final executable, don't consider sofar when aligning
the section to the correct size.