aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-05-13 17:14:49 +0000
committerSteve Chamberlain <steve@cygnus>1991-05-13 17:14:49 +0000
commit99a2aa2cb5e1e3fcd5a88ad452ae13d9f7236a6a (patch)
tree3a47a4e83cf5885c3b1949e3f11bee1cc670addd /bfd/ChangeLog
parent23565c68dc4e6334d715c6a9ef660f7eb1763fa6 (diff)
downloadgdb-99a2aa2cb5e1e3fcd5a88ad452ae13d9f7236a6a.zip
gdb-99a2aa2cb5e1e3fcd5a88ad452ae13d9f7236a6a.tar.gz
gdb-99a2aa2cb5e1e3fcd5a88ad452ae13d9f7236a6a.tar.bz2
*** empty log message ***
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a21c434..1191d39 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,27 @@
+Mon May 13 10:03:29 1991 Steve Chamberlain (steve at cygint.cygnus.com)
+
+ * aout.c: fixxed some of the problems with filepos calculation.
+ (swap_ext_reloc): fixed problem with creation of relocs.
+
+ * coff-code.h: (swap_filehdr_in, swap_filehdr_out) add.
+ (swap_filehdr) delete. Changed all the usage of bfd_h_put_x.
+ (swap_aouthdr_in, swap_aouthdr_out) add. (swap_aouthdr) delete.
+ (coff_real_object_p) cleaned up, added MIPS. (coff_object_p)
+ cleaned up. (coff_write_object_contents) cleaned up.
+
+ * ecoff.c: Totally different. Now supports ecoff fully.
+
+ * icoff.c: fixed problems in relocation callout.
+
+ * libcoff.h: (struct icofdata) removed hdr structure from tdata.
+
+ * m68kcoff.c: updated target vector.
+
+ * sunos.c: (choose_reloc_size) added: (sunos4_callback) calls
+ choose_reloc_size. (sunos4_write_object_contents) now calls
+ choose_reloc_size so outputs relocs correctly.
+
+
Fri May 10 16:58:53 1991 John Gilmore (gnu at cygint.cygnus.com)
Merge Per Bothner's changes to modularize BFD a.out a bit.