diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-04-30 17:56:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-04-30 17:56:35 +0000 |
commit | 71e7aa7dc6d1f82c77f58ae2a2f41225276637a2 (patch) | |
tree | 6307c53cdeaca18b691de16ac1cceb39bfe65490 /bfd/ChangeLog | |
parent | e17de015017b6208625fad66671df56e585c5581 (diff) | |
download | gdb-71e7aa7dc6d1f82c77f58ae2a2f41225276637a2.zip gdb-71e7aa7dc6d1f82c77f58ae2a2f41225276637a2.tar.gz gdb-71e7aa7dc6d1f82c77f58ae2a2f41225276637a2.tar.bz2 |
Correct parameter names for elf_x86_64_merge_symbol.
2011-04-30 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (elf_x86_64_merge_symbol): Correct parameter
names.
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 8216abd..9cd81e6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2011-04-30 H.J. Lu <hongjiu.lu@intel.com> + + * elf64-x86-64.c (elf_x86_64_merge_symbol): Correct parameter + names. + 2011-04-28 Tom Tromey <tromey@redhat.com> * bfdio.c (memory_bstat): Pass correct size to memset. |