aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/iq2000/q10hazard3.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/iq2000/q10hazard3.s')
-rw-r--r--gas/testsuite/gas/iq2000/q10hazard3.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/gas/testsuite/gas/iq2000/q10hazard3.s b/gas/testsuite/gas/iq2000/q10hazard3.s
deleted file mode 100644
index c4170a075a7b..000000000000
--- a/gas/testsuite/gas/iq2000/q10hazard3.s
+++ /dev/null
@@ -1,14 +0,0 @@
-# This test case includes a single case of a load hazard, whereby an
-# instruction references a register which is the target of a load.
-# The assembler must warn about this!
-
-.data
-foodata:
- .word 42
-
-.text
- lw %31, foodata(%1)
- jal %31,footext
-
-footext:
- nop