| commit | 7947351d86ae2df2276bdbc9f6cb4d8bb80d5366 | [log] [tgz] |
|---|---|---|
| author | John David Anglin <danglin@gcc.gnu.org> | Thu Jan 22 17:16:50 2026 -0500 |
| committer | John David Anglin <danglin@gcc.gnu.org> | Thu Jan 22 17:16:50 2026 -0500 |
| tree | c09456bfe52ef3e7f75a52d03842ba3aeb41ef0e | |
| parent | 44ae137c1fcefe486639b7eab3f6a7f60e4659e5 [diff] |
hppa64: Implement support for DT_TEXTREL This fixes ld-elf/pr19539, DT_TEXTREL in shared lib, and DT_TEXTREL map file warning tests on hppa64. 2026-01-22 John David Anglin <danglin@gcc.gnu.org> bfd/ChangeLog: * elf64-hppa.c (allocate_dynrel_entries): Set DF_TEXTREL if it isn't already set and we encounter a relocation against a readonly section. (elf64_hppa_late_size_sections): Add DT_TEXTREL dynamic entry if we have relocs and DF_TEXTREL is set in info->flags.