diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elf32-i386.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4c6ccad..390a357 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2009-06-14 H.J. Lu <hongjiu.lu@intel.com> + * elf32-i386.c: Remove duplicated comments. + +2009-06-14 H.J. Lu <hongjiu.lu@intel.com> + PR ld/10270 * elf32-i386.c (elf_i386_allocate_dynrelocs): Disallow dynamic IFUNC pointer in non-shared object. Use .got.plt diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index ee881d1..0baab2c 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -899,9 +899,6 @@ elf_i386_link_hash_table_free (struct bfd_link_hash_table *hash) _bfd_generic_link_hash_table_free (hash); } -/* Create .got, .gotplt, and .rela.got sections in DYNOBJ, and set up - shortcuts to them in our hash table. */ - /* Create .got, .gotplt, and .rel.got sections in DYNOBJ, and set up shortcuts to them in our hash table. */ |