diff options
author | Alan Modra <amodra@gmail.com> | 2024-02-15 21:25:44 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-02-15 21:28:07 +1030 |
commit | b19a0b915f337d6155eb84e4b8ee9cecc4bad9b0 (patch) | |
tree | 3828fc875a1f2a658415fc087e2ed1e63de562f3 /ld/testsuite | |
parent | 19bfbfa6659c7733d3148dcce5125a0eb3fd9670 (diff) | |
download | gdb-b19a0b915f337d6155eb84e4b8ee9cecc4bad9b0.zip gdb-b19a0b915f337d6155eb84e4b8ee9cecc4bad9b0.tar.gz gdb-b19a0b915f337d6155eb84e4b8ee9cecc4bad9b0.tar.bz2 |
Re: elf_backend_finish_dynamic_symbol returning false
Making a bfd_final_link failure noisy requires testsuite changes.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-arm/non-contiguous-arm7.err | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/n64-plt-2.ed | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/n64-plt-3.ed | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/non-contiguous-arm7.err b/ld/testsuite/ld-arm/non-contiguous-arm7.err index 3185ef5..7b3a3d8 100644 --- a/ld/testsuite/ld-arm/non-contiguous-arm7.err +++ b/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 diff --git a/ld/testsuite/ld-mips-elf/n64-plt-2.ed b/ld/testsuite/ld-mips-elf/n64-plt-2.ed index 4a42ec1..effdb1b 100644 --- a/ld/testsuite/ld-mips-elf/n64-plt-2.ed +++ b/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 diff --git a/ld/testsuite/ld-mips-elf/n64-plt-3.ed b/ld/testsuite/ld-mips-elf/n64-plt-3.ed index 29a346b..400d918 100644 --- a/ld/testsuite/ld-mips-elf/n64-plt-3.ed +++ b/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 |