[PATCH v3 13/15] ld: testsuite: Disable endsym test case
Dimitar Dimitrov
dimitar@dinux.eu
Fri Dec 30 10:40:00 GMT 2016
More information about the Binutils mailing list
Fri Dec 30 10:40:00 GMT 2016
- Previous message (by thread): [PATCH v3 04/15] PRU LD Port
- Next message (by thread): [PATCH v3 09/15] ld: testsuite: Fix srec test setup for PRU
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
PRU does not export __end symbol because it is ambiguous for it. Users are expected to use instead the section markers __text_end, __data_end, __bss_end or __noinit_end. 2016-12-30 Dimitar Dimitrov <dimitar@dinux.eu> ld/ * testsuite/ld-elf/endsym.d: Disable for PRU. Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu> --- ld/testsuite/ld-elf/endsym.d | 1 + 1 file changed, 1 insertion(+) diff --git a/ld/testsuite/ld-elf/endsym.d b/ld/testsuite/ld-elf/endsym.d index eefdd43912..3472154e18 100644 --- a/ld/testsuite/ld-elf/endsym.d +++ b/ld/testsuite/ld-elf/endsym.d @@ -4,6 +4,7 @@ #nm: -n #notarget: hppa*-*-hpux* #xfail: m68hc1*-* xgate-* cr16-*-* crx-*-* dlx-*-* nds32*-*-* visium-*-* +#xfail: pru-*-* #... .* end -- 2.11.0
- Previous message (by thread): [PATCH v3 04/15] PRU LD Port
- Next message (by thread): [PATCH v3 09/15] ld: testsuite: Fix srec test setup for PRU
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list