diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-06-07 08:47:02 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-06-07 08:47:02 -0700 |
commit | 0fd91d25e21fd32c5defb26c98be3d17306860f2 (patch) | |
tree | f1076783d5c09bf322b1f54a494378aa294d8734 /ld | |
parent | 9b8a8575b43157a55a815814e15349ddb0865165 (diff) | |
download | gdb-0fd91d25e21fd32c5defb26c98be3d17306860f2.zip gdb-0fd91d25e21fd32c5defb26c98be3d17306860f2.tar.gz gdb-0fd91d25e21fd32c5defb26c98be3d17306860f2.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/pr11304.d | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6a0f30b..3322803 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2020-06-07 H.J. Lu <hongjiu.lu@intel.com> + + * testsuite/ld-elf/pr11304.d: Skip tic6x-*-elf. + 2020-06-06 Alan Modra <amodra@gmail.com> * 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 d0b8408..67c1250 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 #... |