From: H.J. Lu Date: Sun, 7 Jun 2020 15:47:02 +0000 (-0700) Subject: pr11304.d: Skip tic6x-*-elf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fd91d25e21fd32c5defb26c98be3d17306860f2;p=binutils-gdb.git pr11304.d: Skip tic6x-*-elf Since address 0x800000 overlaps with .heap section on tic6x-*-elf, skip pr11304.d on tic6x-*-elf. * testsuite/ld-elf/pr11304.d: Skip tic6x-*-elf. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 6a0f30b21fb..3322803c169 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2020-06-07 H.J. Lu + + * testsuite/ld-elf/pr11304.d: Skip tic6x-*-elf. + 2020-06-06 Alan Modra * testsuite/ld-elf/comm-data.exp: Don't xfail arm or bfin-linux. diff --git a/ld/testsuite/ld-elf/pr11304.d b/ld/testsuite/ld-elf/pr11304.d index d0b8408b3f5..67c125096b5 100644 --- a/ld/testsuite/ld-elf/pr11304.d +++ b/ld/testsuite/ld-elf/pr11304.d @@ -2,6 +2,8 @@ #source: pr11304b.s #ld: -e 0 --section-start .zzz=0x800000 #readelf: -S --wide +# Address 0x800000 overlaps with .heap section on tic6x-*-elf. +#notarget: tic6x-*-elf #failif #...