mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
Revert "Arm: correct macro use in gas testsuite"
This reverts commitcfa18744d4. commit6ae8a30d44Author: Jan Beulich <jbeulich@suse.com> Date: Fri Aug 9 11:59:31 2024 +0200 gas: have scrubber retain more whitespace has been reverted to fix PR gas/32073.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
.macro ldrtest load store sym offset
|
||||
|
||||
ldrtest2 \load \sym "\offset"
|
||||
ldrtest2 \load \sym \offset
|
||||
|
||||
\store r0, [r0, #:pc_g1:(\sym \offset)]
|
||||
\store r0, [r0, #:pc_g2:(\sym \offset)]
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
.macro ldrtest load store sym offset
|
||||
|
||||
ldrtest2 \load \sym "\offset"
|
||||
ldrtest2 \load \sym \offset
|
||||
|
||||
\store r0, [r0, #:pc_g1:(\sym \offset)]
|
||||
\store r0, [r0, #:pc_g2:(\sym \offset)]
|
||||
|
||||
Reference in New Issue
Block a user