diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-06-15 00:37:08 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-06-15 00:37:08 +0000 |
commit | b80ee1aa0e1867b36e8298bf9d6128017a98852d (patch) | |
tree | 963eff4459e534719e1f358e891e1fd488bcf658 /bfd | |
parent | dedb13c6db01df011155c449f843cd23e6f38d3d (diff) | |
download | gdb-b80ee1aa0e1867b36e8298bf9d6128017a98852d.zip gdb-b80ee1aa0e1867b36e8298bf9d6128017a98852d.tar.gz gdb-b80ee1aa0e1867b36e8298bf9d6128017a98852d.tar.bz2 |
2009-06-14 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c: Remove duplicated comments.
Diffstat (limited to 'bfd')
-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. */ |