microMIPS/GAS: Handle several percent-ops with macros
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel28.s
index c6dcb712196bb59f31ead33edf38f3a02baeb704..fa2f84706d37dc8fdc91386d87dac77d58a05860 100644 (file)
@@ -1,3 +1,15 @@
+# By default test ld/sd.
+
+# If defined, test lld/scd instead.
+       .ifdef  tlldscd
+       .macro  ld ops:vararg
+       lld     \ops
+       .endm
+       .macro  sd ops:vararg
+       scd     \ops
+       .endm
+       .endif
+
        .ent    foo
 foo:
        # Many of these do not make conceptual sense, but they should
This page took 0.024746 seconds and 4 git commands to generate.