diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/empty-address-3a.d | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/empty-address-3b.d | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index b3b0dc1..2467ace 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-07-30 Hans-Peter Nilsson <hp@bitrange.com> + + * ld-scripts/empty-address-3a.d, ld-scripts/empty-address-3b.d: + Skip for mmix-knuth-mmixware. + 2009-07-29 Hans-Peter Nilsson <hp@bitrange.com> * ld-scripts/default-script.s (text): Globalize. diff --git a/ld/testsuite/ld-scripts/empty-address-3a.d b/ld/testsuite/ld-scripts/empty-address-3a.d index bb12c80..f475d41 100644 --- a/ld/testsuite/ld-scripts/empty-address-3a.d +++ b/ld/testsuite/ld-scripts/empty-address-3a.d @@ -1,6 +1,7 @@ #source: empty-address-3.s #ld: -T empty-address-3a.t #nm: -n +#notarget: mmix-knuth-mmixware #... 0+0 T _start #... diff --git a/ld/testsuite/ld-scripts/empty-address-3b.d b/ld/testsuite/ld-scripts/empty-address-3b.d index b3e2a4b..0a97fc2 100644 --- a/ld/testsuite/ld-scripts/empty-address-3b.d +++ b/ld/testsuite/ld-scripts/empty-address-3b.d @@ -1,6 +1,7 @@ #source: empty-address-3.s #ld: -T empty-address-3b.t #nm: -n +#notarget: mmix-knuth-mmixware #... 0+0 T _start #... |