diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2007-11-09 10:20:17 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2007-11-09 10:20:17 +0000 |
commit | 6b60be102a1e09b903a1e4c9335201c449c51f32 (patch) | |
tree | 238f03daa3b95d69a8c47e5ea52302a89961f396 /bfd/ChangeLog | |
parent | b2766bff8e332394b9f075245336de6dd9cac5fa (diff) | |
download | gdb-6b60be102a1e09b903a1e4c9335201c449c51f32.zip gdb-6b60be102a1e09b903a1e4c9335201c449c51f32.tar.gz gdb-6b60be102a1e09b903a1e4c9335201c449c51f32.tar.bz2 |
* elf-vxworks.c (elf_vxworks_emit_relocs): Don't clobber
rel_hash. Move loop inside if test.
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 5b37351..16639c6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2007-11-09 Nathan Sidwell <nathan@codesourcery.com> + + * elf-vxworks.c (elf_vxworks_emit_relocs): Don't clobber + rel_hash. Move loop inside if test. + 2007-11-08 Nathan Sidwell <nathan@codesourcery.com> * elf-vxworks.h (elf_vxworks_add_dynamic_entries): Declare. |