diff options
author | Alan Modra <amodra@gmail.com> | 2010-05-11 04:42:10 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-05-11 04:42:10 +0000 |
commit | 3390ce3004b151603ed765692601af7050fa53fd (patch) | |
tree | d2ae8d01ee040db2956abad97a2d6e5dbc850bca /bfd/ChangeLog | |
parent | 9d9b811621a0011e4c15b0d26ab1333bb7bfa0ac (diff) | |
download | gdb-3390ce3004b151603ed765692601af7050fa53fd.zip gdb-3390ce3004b151603ed765692601af7050fa53fd.tar.gz gdb-3390ce3004b151603ed765692601af7050fa53fd.tar.bz2 |
* coffcode.h (coff_write_object_contents): Enclose all occurrences
of hasdebug and is_reloc_section in #ifdef COFF_IMAGE_WITH_PE.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2302ae4..5cfcc87 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2010-05-11 Alan Modra <amodra@gmail.com> + + * coffcode.h (coff_write_object_contents): Enclose all occurrences + of hasdebug and is_reloc_section in #ifdef COFF_IMAGE_WITH_PE. + 2010-05-07 Daniel Jacobowitz <dan@codesourcery.com> * elf32-arm.c (struct a8_erratum_reloc): Add hash member. Move |