diff options
author | Alan Modra <amodra@gmail.com> | 2005-08-18 03:51:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-08-18 03:51:51 +0000 |
commit | c17ae8a24ed279ed7e58af6fe08ead6e0600a74a (patch) | |
tree | 220fffa12f57b6549e7540f80cde55391f3bdbb5 /ld/testsuite | |
parent | 909272ee76c4915692763a3dde6b4b1dc21fc166 (diff) | |
download | gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.zip gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.tar.gz gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.tar.bz2 |
Remove a29k support.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/crossref.exp | 7 | ||||
-rw-r--r-- | ld/testsuite/ld-srec/srec.exp | 7 |
3 files changed, 5 insertions, 14 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6812aab..095180b 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-08-18 Alan Modra <amodra@bigpond.net.au> + + * ld-scripts/crossref.exp: Remove a29k support. + * ld-srec/srec.exp: Likewise. + 2005-08-17 Jakub Jelinek <jakub@redhat.com> * lib/ld-lib.exp (default_ld_compile): Append $cc arguments after diff --git a/ld/testsuite/ld-scripts/crossref.exp b/ld/testsuite/ld-scripts/crossref.exp index 97e1d36..7c5fcbe 100644 --- a/ld/testsuite/ld-scripts/crossref.exp +++ b/ld/testsuite/ld-scripts/crossref.exp @@ -42,13 +42,6 @@ if { ![ld_compile $CC "$srcdir/$subdir/cross1.c" tmpdir/cross1.o] \ set flags [big_or_little_endian] -# The a29k compiled code calls V_SPILL and V_FILL. Since we don't -# need to run this code, but we don't have definitions for those -# functions, we just define them out. -if [istarget a29k*-*-*] { - set flags "$flags --defsym V_SPILL=0 --defsym V_FILL=0" -} - if [istarget sh64*-*-elf] { # This is what gcc passes to ld by default. set flags "-mshelf32" diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index 3b45a29..74e76e6 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -237,13 +237,6 @@ proc run_srec_test { test objs } { set flags "$flags -Ttext 0x1000" } - # The a29k compiled code calls V_SPILL and V_FILL. Since we don't - # need to run this code, but we don't have definitions for those - # functions, we just define them out. - if [istarget a29k*-*-*] { - set flags "$flags --defsym V_SPILL=0 --defsym V_FILL=0" - } - if [istarget sh64*-*-elf] { # This is what gcc passes to ld by default. set flags "-mshelf32" |