mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
comment fix
This commit is contained in:
@ -1878,8 +1878,7 @@ elf_bfd_final_link (abfd, info)
|
|||||||
/* We have now assigned file positions for all the sections except
|
/* We have now assigned file positions for all the sections except
|
||||||
.symtab and .strtab. We start the .symtab section at the current
|
.symtab and .strtab. We start the .symtab section at the current
|
||||||
file position, and write directly to it. We build the .strtab
|
file position, and write directly to it. We build the .strtab
|
||||||
section in memory. When we add .dynsym support, we will build
|
section in memory. */
|
||||||
that in memory as well (.dynsym is smaller than .symtab). */
|
|
||||||
abfd->symcount = 0;
|
abfd->symcount = 0;
|
||||||
symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
|
symtab_hdr = &elf_tdata (abfd)->symtab_hdr;
|
||||||
/* sh_name is set in prep_headers. */
|
/* sh_name is set in prep_headers. */
|
||||||
|
Reference in New Issue
Block a user