aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-08-17 00:17:15 +0000
committerSteve Chamberlain <steve@cygnus>1991-08-17 00:17:15 +0000
commitc618de01c1b069e058af9df808d25bbab0f462dd (patch)
tree8222629db75e0629603eee9cf72d20060dac2c47 /bfd/ChangeLog
parent90f3f3e2b046a492b08d8802fd6e2055508b795e (diff)
downloadgdb-c618de01c1b069e058af9df808d25bbab0f462dd.zip
gdb-c618de01c1b069e058af9df808d25bbab0f462dd.tar.gz
gdb-c618de01c1b069e058af9df808d25bbab0f462dd.tar.bz2
Documentation
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 73f3fae..eb360f1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,9 +1,25 @@
+Thu Aug 8 16:47:43 1991 Steve Chamberlain (steve at cygint.cygnus.com)
+
+ * coffcode.h: fixed bug where string table size wasn't being swapped.
+
+Thu Aug 1 16:35:28 1991 Steve Chamberlain (steve at cygint.cygnus.com)
+
+ * section.c: added SEC_CONSTRUCTOR_TEXT|DATA|BSS flags
+
+ * syms.c: added BSF_CONSTRUCTOR, BSF_WARNING and BSF_INDIRECT
+ flags. (bfd_print_symbol_vandf) now knows what to do with the
+ above flags.
+
+ * aoutx.h: made translate_from_native_sym_flags and
+ translate_to_native_sym_flags produce the above flags.
+
+
Wed Jul 31 09:53:52 1991 John Gilmore (gnu at cygint.cygnus.com)
* all files: update copyright notices for GPL version 2.
Install header comments and attribute most modules to their
authors. BFD's name is now officially "Binary File Descriptor",
- so remove any conflicting perjoratives.
+ so remove any conflicting pejoratives.
archures.h: Consists solely of comments; remove it.
Fri Jul 26 18:11:34 1991 Steve Chamberlain (steve at cygint.cygnus.com)