diff options
Diffstat (limited to 'gas/testsuite/gas/mach-o/macro-rept.d')
-rw-r--r-- | gas/testsuite/gas/mach-o/macro-rept.d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mach-o/macro-rept.d b/gas/testsuite/gas/mach-o/macro-rept.d new file mode 100644 index 0000000000..7ac212a78c --- /dev/null +++ b/gas/testsuite/gas/mach-o/macro-rept.d @@ -0,0 +1,11 @@ +#objdump: -r +#name: macro rept +#source: ../macros/rept.s + +.*: +file format .* + +RELOCATION RECORDS FOR .* +OFFSET[ ]+TYPE[ ]+VALUE.* +0+08[ ]+[a-zA-Z0-9_]+[ ]+foo1 +0+04[ ]+[a-zA-Z0-9_]+[ ]+foo1 +0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1 |