diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2010-09-10 01:00:28 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2010-09-10 01:00:28 +0000 |
commit | d3615e3a49afae80de3c47f213ac87114706f0ea (patch) | |
tree | b9615a728dab5b20b1d2e60945726549cebc78b7 /ld | |
parent | 3568429d1716b5a3f311c3d35e90e2f9064c4838 (diff) | |
download | gdb-d3615e3a49afae80de3c47f213ac87114706f0ea.zip gdb-d3615e3a49afae80de3c47f213ac87114706f0ea.tar.gz gdb-d3615e3a49afae80de3c47f213ac87114706f0ea.tar.bz2 |
* ld-scripts/rgn-at5.d: Restrict to *-*-linux*.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-at5.d | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index d4a9b9e..d973f8a 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-09-10 Hans-Peter Nilsson <hp@axis.com> + + * ld-scripts/rgn-at5.d: Restrict to *-*-linux*. + 2010-09-09 H.J. Lu <hongjiu.lu@intel.com> PR ld/11998 diff --git a/ld/testsuite/ld-scripts/rgn-at5.d b/ld/testsuite/ld-scripts/rgn-at5.d index ad7d98c..1a37794 100644 --- a/ld/testsuite/ld-scripts/rgn-at5.d +++ b/ld/testsuite/ld-scripts/rgn-at5.d @@ -2,6 +2,7 @@ # source: rgn-at5.s # ld: -T rgn-at5.t -z max-page-size=0x1000 # objdump: -w -h +# target: *-*-linux* # xfail: rx-*-* # FAILS on the RX because the linker has to set LMA == VMA for the # Renesas loader. |