From: nobody <> Date: Tue, 20 Nov 2012 17:53:47 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'binutils- X-Git-Tag: binutils-2_23_2~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c791b4cd8a737c2ccb6fddf2232979e64139bbd;p=thirdparty%2Fbinutils-gdb.git This commit was manufactured by cvs2svn to create branch 'binutils- 2_23-branch'. Cherrypick from master 2012-11-20 17:53:46 UTC Roland McGrath 'gas/': gas/testsuite/gas/arm/macro-pld.d gas/testsuite/gas/arm/macro-pld.s --- diff --git a/gas/testsuite/gas/arm/macro-pld.d b/gas/testsuite/gas/arm/macro-pld.d new file mode 100644 index 00000000000..8f9d86c87ce --- /dev/null +++ b/gas/testsuite/gas/arm/macro-pld.d @@ -0,0 +1,8 @@ +#objdump: -dr + +.*: file format .* + +Disassembly of section \.text: + +0+ <.*>: +\s*0:\s+f5d0f000\s+pld\s+\[r0\] diff --git a/gas/testsuite/gas/arm/macro-pld.s b/gas/testsuite/gas/arm/macro-pld.s new file mode 100644 index 00000000000..cf4df8bef29 --- /dev/null +++ b/gas/testsuite/gas/arm/macro-pld.s @@ -0,0 +1,4 @@ +.macro foo arg, rest:vararg + \rest +.endm + foo r0, pld [r0]