diff options
author | Nick Clifton <nickc@redhat.com> | 2007-04-24 13:05:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-04-24 13:05:46 +0000 |
commit | 40b1c6c5d4ec74ccf53e7d192b555575093155cd (patch) | |
tree | 679f82a3b158788845b2bcdaf9b2f811ba82fe0b /bfd/ChangeLog | |
parent | 1a0a850df64ce80209bb834ea1a37529a251a6c4 (diff) | |
download | gdb-40b1c6c5d4ec74ccf53e7d192b555575093155cd.zip gdb-40b1c6c5d4ec74ccf53e7d192b555575093155cd.tar.gz gdb-40b1c6c5d4ec74ccf53e7d192b555575093155cd.tar.bz2 |
Fix compile time warnings (at -O3 with gcc 4.1.2)
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 9fc72ca..9cfa98d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2007-04-24 Nick Clifton <nickc@redhat.com> + + * coffcode.h (coff_slurp_reloc_table): Initialise dst.r_offset. + * coff-m68k.c (m68kcoff_rtype_to_howto): Initialize relent.howto. + 2007-04-24 Alan Modra <amodra@bigpond.net.au> * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Warn if |