mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
83b1d8f4a6
Change ld: warning: creating DT_TEXTREL in a PIE to ld: warning: creating DT_TEXTREL in a PDE on PDE. bfd/ * elflink.c (bfd_elf_final_link): Correct DT_TEXTREL warning in PDE. ld/ * testsuite/ld-x86-64/textrel-1.err: New file. * testsuite/ld-x86-64/textrel-1a.s: Likewise. * testsuite/ld-x86-64/textrel-1b.s: Likewise. * testsuite/ld-x86-64/x86-64.exp: Run textrel-1 tests.
5 lines
133 B
Plaintext
5 lines
133 B
Plaintext
#...
|
|
.*textrel-1b.o: warning: relocation against `foo' in read-only section `.rodata'
|
|
.*: warning: creating DT_TEXTREL in a PDE
|
|
#...
|