mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Rev 1.3 which resolved conflicts in the 2.9.1 import, used a comment from
2.8.1 rather than the new one in 2.9.1. This commit fixes that, is purely cosmetic, and reduces the diff of our hacks to 2.9.1.
This commit is contained in:
parent
a6f1a0f45e
commit
6ab0aaaf3f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59379
@ -966,11 +966,10 @@ elf_i386_size_dynamic_sections (output_bfd, info)
|
||||
relocs = true;
|
||||
|
||||
/* If this relocation section applies to a read only
|
||||
section which is in memory at run time, then
|
||||
we probably need a DT_TEXTREL entry. The entries
|
||||
in the .rel.plt section really apply to the
|
||||
.got section, which we created ourselves and so
|
||||
know is not readonly. */
|
||||
section, then we probably need a DT_TEXTREL
|
||||
entry. The entries in the .rel.plt section
|
||||
really apply to the .got section, which we
|
||||
created ourselves and so know is not readonly. */
|
||||
outname = bfd_get_section_name (output_bfd,
|
||||
s->output_section);
|
||||
target = bfd_get_section_by_name (output_bfd, outname + 4);
|
||||
|
Loading…
Reference in New Issue
Block a user