[PATCH v2 01/16] PR binutils/33485: LD/testsuite: Also XFAIL `ns32k-*-*' targets
Maciej W. Rozycki
macro@orcam.me.uk
Thu Nov 6 21:18:57 GMT 2025
More information about the Binutils mailing list
Thu Nov 6 21:18:57 GMT 2025
- Previous message (by thread): [PATCH v2 00/16] PR ld/24600: Add general linker support for mapless archives
- Next message (by thread): [PATCH v2 02/16] LD/testsuite: Fix archive verification for Alpha/VMS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Maciej W. Rozycki <macro@redhat.com> NS32k targets also use the a.out archive format, which suffers from PR binutils/33485 where symbol indexes in a.out thin archives are missing symbols for subsequent members. This affects `ns32k-pc532-lites*', `ns32k-pc532-mach*', and `ns32k-pc532-ux*' targets in particular; other NS32k targets appear defunct. Add suitable XFAIL annotation, removing failures such as: ns32k-pc532-lites -FAIL: Thin archive link ns32k-pc532-lites -FAIL: Regular archive plus thin link ns32k-pc532-lites -FAIL: Thin archive plus regular link ns32k-pc532-lites -FAIL: Thin archive plus thin link --- New change in v2. --- ld/testsuite/ld-archive/archive.exp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) binutils-ld-test-archive-ns32k.diff Index: binutils-gdb/ld/testsuite/ld-archive/archive.exp =================================================================== --- binutils-gdb.orig/ld/testsuite/ld-archive/archive.exp +++ binutils-gdb/ld/testsuite/ld-archive/archive.exp @@ -49,7 +49,7 @@ run_ld_link_tests [list \ ] setup_xfail "binutils/33484" "alpha*-*-linux*ecoff*" "alpha*-*-osf*" setup_xfail "binutils/33485" "cris-*-*aout*" "i\[3-7\]86-*-bsd*" \ - "i\[3-7\]86-*-msdos*" "pdp11-*-*" + "i\[3-7\]86-*-msdos*" "ns32k-*-*" "pdp11-*-*" run_ld_link_tests [list \ [list "Thin archive link" \ "-e ff" "tmpdir/abt.a" \ @@ -68,7 +68,7 @@ run_ld_link_tests [list \ ] setup_xfail "binutils/33484" "alpha*-*-linux*ecoff*" "alpha*-*-osf*" setup_xfail "binutils/33485" "cris-*-*aout*" "i\[3-7\]86-*-bsd*" \ - "i\[3-7\]86-*-msdos*" "pdp11-*-*" + "i\[3-7\]86-*-msdos*" "ns32k-*-*" "pdp11-*-*" run_ld_link_tests [list \ [list "Regular archive plus thin link" \ "-e ff" "tmpdir/ab.a tmpdir/cdt.a" \ @@ -79,7 +79,7 @@ run_ld_link_tests [list \ ] setup_xfail "binutils/33484" "alpha*-*-linux*ecoff*" "alpha*-*-osf*" setup_xfail "binutils/33485" "cris-*-*aout*" "i\[3-7\]86-*-bsd*" \ - "i\[3-7\]86-*-msdos*" "pdp11-*-*" + "i\[3-7\]86-*-msdos*" "ns32k-*-*" "pdp11-*-*" run_ld_link_tests [list \ [list "Thin archive plus regular link" \ "-e ff" "tmpdir/abt.a tmpdir/cd.a" \ @@ -90,7 +90,7 @@ run_ld_link_tests [list \ ] setup_xfail "binutils/33484" "alpha*-*-linux*ecoff*" "alpha*-*-osf*" setup_xfail "binutils/33485" "cris-*-*aout*" "i\[3-7\]86-*-bsd*" \ - "i\[3-7\]86-*-msdos*" "pdp11-*-*" + "i\[3-7\]86-*-msdos*" "ns32k-*-*" "pdp11-*-*" run_ld_link_tests [list \ [list "Thin archive plus thin link" \ "-e ff" "tmpdir/abt.a tmpdir/cdt.a" \
- Previous message (by thread): [PATCH v2 00/16] PR ld/24600: Add general linker support for mapless archives
- Next message (by thread): [PATCH v2 02/16] LD/testsuite: Fix archive verification for Alpha/VMS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list