aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs/xcoff.mt
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.stabs/xcoff.mt')
-rw-r--r--gdb/testsuite/gdb.stabs/xcoff.mt5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.stabs/xcoff.mt b/gdb/testsuite/gdb.stabs/xcoff.mt
index c4cf0a6..6d575bf 100644
--- a/gdb/testsuite/gdb.stabs/xcoff.mt
+++ b/gdb/testsuite/gdb.stabs/xcoff.mt
@@ -1 +1,6 @@
WIERDSTABS_S=wierd-xcoff.S
+
+wierd.o: ${srcdir}/${WIERDSTABS_S} ${srcdir}/wierd.def
+ cp ${srcdir}/${WIERDSTABS_S} tmp.c
+ $(CC) -I${srcdir} -E tmp.c >wierd.s
+ $(CC) -c wierd.s