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/elf32-i386.c | |
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/elf32-i386.c')
-rw-r--r-- | bfd/elf32-i386.c | 3 |
1 files changed, 0 insertions, 3 deletions
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. */ |