Revert "Arm: correct macro use in gas testsuite"

This reverts commit cfa18744d4.

commit 6ae8a30d44
Author: 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:
H.J. Lu
2024-08-14 09:54:36 -07:00
parent a1299dc71e
commit 5e3c96bded
2 changed files with 2 additions and 2 deletions

View File

@@ -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)]

View File

@@ -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)]