diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-07-30 00:13:55 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-07-30 00:13:55 +0000 |
commit | cfdf6d77ef4bddf82ddcc6b9a8c4b03908370c63 (patch) | |
tree | cd7b95feb8f1bf4e6df0d9d9f8586f2ba74443b9 | |
parent | 8bcef88754ceb41cb931576b09b84b5ffd250360 (diff) | |
download | gdb-cfdf6d77ef4bddf82ddcc6b9a8c4b03908370c63.zip gdb-cfdf6d77ef4bddf82ddcc6b9a8c4b03908370c63.tar.gz gdb-cfdf6d77ef4bddf82ddcc6b9a8c4b03908370c63.tar.bz2 |
* ld-scripts/empty-address-3a.d, ld-scripts/empty-address-3b.d:
Skip for mmix-knuth-mmixware.
-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 #... |