diff options
author | Dave Korn <dave.korn@artimi.com> | 2009-07-03 16:07:38 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2009-07-03 16:07:38 +0000 |
commit | 4a7688702f0c2beaa927b430cdb163b4ee7d594d (patch) | |
tree | 9563df671792162f27eaa97602bb887f56c0fb73 /bfd/ChangeLog | |
parent | 5cd226f27555deecd8cb96019e0e915c7c7c2a3c (diff) | |
download | gdb-4a7688702f0c2beaa927b430cdb163b4ee7d594d.zip gdb-4a7688702f0c2beaa927b430cdb163b4ee7d594d.tar.gz gdb-4a7688702f0c2beaa927b430cdb163b4ee7d594d.tar.bz2 |
2009-07-03 Dave Korn <dave.korn.cygwin@gmail.com>
* coffcode.h (sec_to_styp_flags): Partially revert (functional
changes only) earlier patch:-
2009-06-25 Kai Tietz <kai.tietz@onevision.com>
* coffcode.h (sec_to_styp_flags): Set discardable for .reloc and
give .debug and .reloc data characteristics.
(DOT_RELOC): New define for .reloc section string.
(coff_write_object_contents): Use DOT_RELOC instead of string.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1c0a571..cbaee4e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2009-07-03 Dave Korn <dave.korn.cygwin@gmail.com> + + * coffcode.h (sec_to_styp_flags): Partially revert (functional + changes only) earlier patch:- + + 2009-06-25 Kai Tietz <kai.tietz@onevision.com> + + * coffcode.h (sec_to_styp_flags): Set discardable for .reloc and + give .debug and .reloc data characteristics. + (DOT_RELOC): New define for .reloc section string. + (coff_write_object_contents): Use DOT_RELOC instead of string. + 2009-07-02 Tom Tromey <tromey@redhat.com> * aoutx.h (aout_get_external_symbols): Declare 'amt' locally. |