diff options
author | Steve Chamberlain <steve@cygnus> | 1991-08-17 00:17:15 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-08-17 00:17:15 +0000 |
commit | c618de01c1b069e058af9df808d25bbab0f462dd (patch) | |
tree | 8222629db75e0629603eee9cf72d20060dac2c47 /bfd/ChangeLog | |
parent | 90f3f3e2b046a492b08d8802fd6e2055508b795e (diff) | |
download | gdb-c618de01c1b069e058af9df808d25bbab0f462dd.zip gdb-c618de01c1b069e058af9df808d25bbab0f462dd.tar.gz gdb-c618de01c1b069e058af9df808d25bbab0f462dd.tar.bz2 |
Documentation
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 18 |
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) |