From 188e2ff3a5ded6200f709798d66421fc7535447d Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 18 Mar 2008 16:56:00 +0000 Subject: [PATCH] * gas/macros/test1.s: Rename symbols to avoid conflicts with possible register names. * gas/macros/test1.d: Update expected disassembly. --- gas/testsuite/gas/macros/test1.d | 4 ++-- gas/testsuite/gas/macros/test1.s | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gas/testsuite/gas/macros/test1.d b/gas/testsuite/gas/macros/test1.d index d84b3fb..f6d7fa4 100644 --- a/gas/testsuite/gas/macros/test1.d +++ b/gas/testsuite/gas/macros/test1.d @@ -1,5 +1,5 @@ #nm: --extern-only #name: macro test 1 -0+01 A s1 -0+02 A s2 +0+01 A s_not_a_reg_1 +0+02 A s_not_a_reg_2 diff --git a/gas/testsuite/gas/macros/test1.s b/gas/testsuite/gas/macros/test1.s index 988b7cd..b899a2d 100644 --- a/gas/testsuite/gas/macros/test1.s +++ b/gas/testsuite/gas/macros/test1.s @@ -3,5 +3,5 @@ \arg1 = \arg2 .endm - m s1,1 - m s2,2 + m s_not_a_reg_1,1 + m s_not_a_reg_2,2 -- 2.7.4