reverse the order of relocs in mach-o gas output.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / test2.d
index 741d734959a40e7ed339b867844019896138d791..e5041cd1ff18702c21b2ae242903608bc76f727e 100644 (file)
@@ -1,10 +1,12 @@
 #objdump: -r
 #name: macro test 2
+# darwin(mach-o) reverses the order of relocs.
+#not-target: *-*-darwin*
 
 .*: +file format .*
 
 RELOCATION RECORDS FOR .*
 OFFSET[        ]+TYPE[         ]+VALUE.*
-0+00[  ]+[a-zA-Z0-9_]+[        ]+r1
-0+04[  ]+[a-zA-Z0-9_]+[        ]+r2
-0+08[  ]+[a-zA-Z0-9_]+[        ]+r3
+0+00[  ]+[a-zA-Z0-9_]+[        ]+foo1
+0+04[  ]+[a-zA-Z0-9_]+[        ]+foo2
+0+08[  ]+[a-zA-Z0-9_]+[        ]+foo3
This page took 0.0485 seconds and 4 git commands to generate.