Browse Source

Re: elf_backend_finish_dynamic_symbol returning false

Making a bfd_final_link failure noisy requires testsuite changes.
master
Alan Modra 2 years ago
parent
commit
b19a0b915f
  1. 1
      ld/testsuite/ld-arm/non-contiguous-arm7.err
  2. 1
      ld/testsuite/ld-mips-elf/n64-plt-2.ed
  3. 1
      ld/testsuite/ld-mips-elf/n64-plt-3.ed

1
ld/testsuite/ld-arm/non-contiguous-arm7.err

@ -2,3 +2,4 @@
.* may change behaviour for section .?\.bss\.MY_BUF.? from .*
.* discards section .?\.bss\.MY_BUF.? from .*
.* unresolvable R_ARM_ABS32 relocation against symbol .?MY_BUF.?
.* final link failed

1
ld/testsuite/ld-mips-elf/n64-plt-2.ed

@ -1 +1,2 @@
[^\n]*: `\.got\.plt' entry VMA of 0x7fff8000 outside the 32-bit range supported; consider using `-Ttext-segment=\.\.\.'
.* final link failed

1
ld/testsuite/ld-mips-elf/n64-plt-3.ed

@ -1 +1,2 @@
[^\n]*: `\.got\.plt' start VMA of 0xffffffff7fff7ff0 outside the 32-bit range supported; consider using `-Ttext-segment=\.\.\.'
.* final link failed

Loading…
Cancel
Save