diff options
author | Nick Clifton <nickc@redhat.com> | 2005-02-23 11:18:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-02-23 11:18:11 +0000 |
commit | 9b69b847da95d5953c52f933591422d8f427c0d7 (patch) | |
tree | 8d42bf428bac4dcece61e1c157c8d1896937fb3b /bfd/ChangeLog | |
parent | c3e65f62a9b5e014ed63e50564d9b589d6942a13 (diff) | |
download | gdb-9b69b847da95d5953c52f933591422d8f427c0d7.zip gdb-9b69b847da95d5953c52f933591422d8f427c0d7.tar.gz gdb-9b69b847da95d5953c52f933591422d8f427c0d7.tar.bz2 |
(elf32_m68hc11_relocate_section): Initialise variables that are passed by
reference to m68hc11_get_relocation_value in case that function does not
initialise them.
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 fbece3f..585570f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2005-02-23 Nick Clifton <nickc@redhat.com> + * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Initialise + variables that are passed by reference to + m68hc11_get_relocation_value in case that function does not + initialise them. + * elf32-cr16c.c (cr16c_elf_final_link_relocate): Remove duplicated return statements and replace with a single return at the end of the function. This helps pacify the flow analysis code in gcc 4.0. |