aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-srec
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-08-18 03:51:51 +0000
committerAlan Modra <amodra@gmail.com>2005-08-18 03:51:51 +0000
commitc17ae8a24ed279ed7e58af6fe08ead6e0600a74a (patch)
tree220fffa12f57b6549e7540f80cde55391f3bdbb5 /ld/testsuite/ld-srec
parent909272ee76c4915692763a3dde6b4b1dc21fc166 (diff)
downloadgdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.zip
gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.tar.gz
gdb-c17ae8a24ed279ed7e58af6fe08ead6e0600a74a.tar.bz2
Remove a29k support.
Diffstat (limited to 'ld/testsuite/ld-srec')
-rw-r--r--ld/testsuite/ld-srec/srec.exp7
1 files changed, 0 insertions, 7 deletions
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"