diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-01 17:11:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-01 17:11:57 +0000 |
commit | ee5114ab2ac527ad3ab78fe1aa8684c7a63ed04e (patch) | |
tree | e647bc8675854ff566ef10bfc844337a11bff5e4 /ld | |
parent | 8aee822f5bad6420d2a8e1433fae5b6e7902cfd0 (diff) | |
download | fsf-binutils-gdb-ee5114ab2ac527ad3ab78fe1aa8684c7a63ed04e.zip fsf-binutils-gdb-ee5114ab2ac527ad3ab78fe1aa8684c7a63ed04e.tar.gz fsf-binutils-gdb-ee5114ab2ac527ad3ab78fe1aa8684c7a63ed04e.tar.bz2 |
Revert previous delta
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-cris/warn3.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-cris/warn4.d | 2 |
3 files changed, 2 insertions, 7 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 38cad85..d93c83f 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -8,11 +8,6 @@ the reloc might have been adjusted to be against the section symbol. - * ld-cris/warn3.d: Only run this version of the test for cris-aout - targets. - * ld-cris/warn4.d: Only run this version of the test for cris-elf - targets. - 2005-02-22 Eric Christopher <echristo@redhat.com> * ld-mips-elf/reloc-merge-lo16.d: Correct symbol diff --git a/ld/testsuite/ld-cris/warn3.d b/ld/testsuite/ld-cris/warn3.d index 4503798..c01b6cb 100644 --- a/ld/testsuite/ld-cris/warn3.d +++ b/ld/testsuite/ld-cris/warn3.d @@ -1,7 +1,7 @@ #source: start1.s #source: globsym1ref.s #source: globsymw2.s -#target: cris-*-*aout* +#target: cris-*-*elf* cris-*-*aout* #as: --em=crisaout #ld: -mcrisaout #warning: warning: isatty is not implemented and will always fail$ diff --git a/ld/testsuite/ld-cris/warn4.d b/ld/testsuite/ld-cris/warn4.d index bc87a75..dc096b6 100644 --- a/ld/testsuite/ld-cris/warn4.d +++ b/ld/testsuite/ld-cris/warn4.d @@ -1,7 +1,7 @@ #source: start1.s #source: globsym1ref.s #source: globsymw2.s -#target: cris-*-*elf* +#target: cris-*-*elf* cris-*-*aout* #as: --em=criself #ld: -mcriself #warning: warning: isatty is not implemented and will always fail$ |