diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/defined4.d | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/expr2.d | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 3fad414..61a6117 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2011-01-13 H.J. Lu <hongjiu.lu@intel.com> + + * ld-scripts/defined4.d: Xfail rs6000-*-aix*. Skip mips*-*-* + and mmix-*-*. + + * ld-scripts/expr2.d: Xfail rs6000-*-aix* and arm-*-*aout. + 2011-01-10 H.J. Lu <hongjiu.lu@intel.com> * ld-scripts/assert.exp: Run assert2. diff --git a/ld/testsuite/ld-scripts/defined4.d b/ld/testsuite/ld-scripts/defined4.d index 2c3a6ea..b434e40 100644 --- a/ld/testsuite/ld-scripts/defined4.d +++ b/ld/testsuite/ld-scripts/defined4.d @@ -1,6 +1,10 @@ #ld: -Tdefined4.t #nm: -B #source: defined4.s +#xfail: rs6000-*-aix* +#notarget: mips*-*-* mmix-*-* +# We check that defined and defined1 have the same address. MIPS targets +# use different address. MMIX puts defined and defined1 in text section. # Check that arithmetic on DEFINED works. #... diff --git a/ld/testsuite/ld-scripts/expr2.d b/ld/testsuite/ld-scripts/expr2.d index 6f7e253..26354f6 100644 --- a/ld/testsuite/ld-scripts/expr2.d +++ b/ld/testsuite/ld-scripts/expr2.d @@ -1,5 +1,6 @@ # ld: -T expr2.t #nm: -B +#xfail: rs6000-*-aix* arm-*-*aout #... .* D defined |