diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-15 01:14:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-15 01:14:26 +0000 |
commit | ab276dfa721c1328a15a6bb9b184083a35016a87 (patch) | |
tree | fbe208e0ef23301d7cccb4a2074c94ae1b225279 /bfd/elflink.h | |
parent | 28f6feaf2e80b373754d0ea984ceec07b04a1d89 (diff) | |
download | gdb-ab276dfa721c1328a15a6bb9b184083a35016a87.zip gdb-ab276dfa721c1328a15a6bb9b184083a35016a87.tar.gz gdb-ab276dfa721c1328a15a6bb9b184083a35016a87.tar.bz2 |
comment fix
Diffstat (limited to 'bfd/elflink.h')
-rw-r--r-- | bfd/elflink.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elflink.h b/bfd/elflink.h index f324ebb..725aa93 100644 --- a/bfd/elflink.h +++ b/bfd/elflink.h @@ -1878,8 +1878,7 @@ elf_bfd_final_link (abfd, info) /* We have now assigned file positions for all the sections except .symtab and .strtab. We start the .symtab section at the current file position, and write directly to it. We build the .strtab - section in memory. When we add .dynsym support, we will build - that in memory as well (.dynsym is smaller than .symtab). */ + section in memory. */ abfd->symcount = 0; symtab_hdr = &elf_tdata (abfd)->symtab_hdr; /* sh_name is set in prep_headers. */ |