diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-06-15 18:25:20 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-06-15 18:25:20 +0000 |
commit | 188dbb07f1cfd26aef9c470a430e3b26f5be829a (patch) | |
tree | 60f1c93326fd9f89e65c890e8657f84916f4584e /bfd/ChangeLog | |
parent | 048cbda4419086de3a9dac2c18e2ec50fc655451 (diff) | |
download | gdb-188dbb07f1cfd26aef9c470a430e3b26f5be829a.zip gdb-188dbb07f1cfd26aef9c470a430e3b26f5be829a.tar.gz gdb-188dbb07f1cfd26aef9c470a430e3b26f5be829a.tar.bz2 |
2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_allocate_dynrelocs): Update comments.
* elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
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 e89dc00..4d4469b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2009-06-15 H.J. Lu <hongjiu.lu@intel.com> + * elf32-i386.c (elf_i386_allocate_dynrelocs): Update comments. + * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise. + +2009-06-15 H.J. Lu <hongjiu.lu@intel.com> + * elf32-i386.c (elf_i386_check_relocs): Reformat. * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise. |