diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-11-13 12:15:46 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-11-13 12:15:46 -0800 |
commit | f8521a03584f2451e52cbc90bff5c1050a588c0f (patch) | |
tree | 91681964f2c69b4cec2c253dd22769c04d9ebaf7 /bfd/ChangeLog | |
parent | 0be36304922ded1a6ffdec8ecce204adce597c4b (diff) | |
download | gdb-f8521a03584f2451e52cbc90bff5c1050a588c0f.zip gdb-f8521a03584f2451e52cbc90bff5c1050a588c0f.tar.gz gdb-f8521a03584f2451e52cbc90bff5c1050a588c0f.tar.bz2 |
Rename symbbol to symbol
* coffcode.h (coff_pointerize_aux_hook): Fix a typo.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3cf91d1..f1f0077 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2014-11-13 H.J. Lu <hongjiu.lu@intel.com> + * coffcode.h (coff_pointerize_aux_hook): Fix a typo. + +2014-11-13 H.J. Lu <hongjiu.lu@intel.com> + PR gas/17598 * elf64-x86-64.c (elf_x86_64_check_relocs): Treat R_X86_64_GOTPLT64 the same as R_X86_64_GOT64. |