From 18452d405c0f9471da1043446c5691f3fab0d889 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 10 Jun 1999 13:48:44 +0000 Subject: [PATCH] * gas/macros/irp.s: Use `foo' and `bar' instead of `r' and `s'. * gas/macros/rept.s, gas/macros/test2.s, gas/macros/test3.s: Likewise. * gas/macros/{irp,rept,test2,test3}.d: Update. --- gas/testsuite/ChangeLog | 6 ++++++ gas/testsuite/gas/macros/irp.d | 12 ++++++------ gas/testsuite/gas/macros/irp.s | 4 ++-- gas/testsuite/gas/macros/rept.d | 6 +++--- gas/testsuite/gas/macros/rept.s | 2 +- gas/testsuite/gas/macros/test2.d | 6 +++--- gas/testsuite/gas/macros/test2.s | 2 +- gas/testsuite/gas/macros/test3.d | 2 +- gas/testsuite/gas/macros/test3.s | 2 +- 9 files changed, 24 insertions(+), 18 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index f85f23925e..1cb320dc84 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +1999-06-10 Richard Henderson + + * gas/macros/irp.s: Use `foo' and `bar' instead of `r' and `s'. + * gas/macros/rept.s, gas/macros/test2.s, gas/macros/test3.s: Likewise. + * gas/macros/{irp,rept,test2,test3}.d: Update. + 1999-06-05 Richard Henderson * gas/elf/elf.exp: New directory. diff --git a/gas/testsuite/gas/macros/irp.d b/gas/testsuite/gas/macros/irp.d index 6733622981..e6d7bcfd40 100644 --- a/gas/testsuite/gas/macros/irp.d +++ b/gas/testsuite/gas/macros/irp.d @@ -5,9 +5,9 @@ RELOCATION RECORDS FOR .* OFFSET[ ]+TYPE[ ]+VALUE.* -0+00[ ]+[a-zA-Z0-9_]+[ ]+r1 -0+04[ ]+[a-zA-Z0-9_]+[ ]+r2 -0+08[ ]+[a-zA-Z0-9_]+[ ]+r3 -0+0c[ ]+[a-zA-Z0-9_]+[ ]+s1 -0+10[ ]+[a-zA-Z0-9_]+[ ]+s2 -0+14[ ]+[a-zA-Z0-9_]+[ ]+s3 +0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1 +0+04[ ]+[a-zA-Z0-9_]+[ ]+foo2 +0+08[ ]+[a-zA-Z0-9_]+[ ]+foo3 +0+0c[ ]+[a-zA-Z0-9_]+[ ]+bar1 +0+10[ ]+[a-zA-Z0-9_]+[ ]+bar2 +0+14[ ]+[a-zA-Z0-9_]+[ ]+bar3 diff --git a/gas/testsuite/gas/macros/irp.s b/gas/testsuite/gas/macros/irp.s index 2f9a621445..f37dd54de1 100644 --- a/gas/testsuite/gas/macros/irp.s +++ b/gas/testsuite/gas/macros/irp.s @@ -1,8 +1,8 @@ .irp param,1,2,3 - .long r\param + .long foo\param .endr .irpc param,123 - .long s\param + .long bar\param .endr diff --git a/gas/testsuite/gas/macros/rept.d b/gas/testsuite/gas/macros/rept.d index efb5d996da..0022d5f95d 100644 --- a/gas/testsuite/gas/macros/rept.d +++ b/gas/testsuite/gas/macros/rept.d @@ -5,6 +5,6 @@ RELOCATION RECORDS FOR .* OFFSET[ ]+TYPE[ ]+VALUE.* -0+00[ ]+[a-zA-Z0-9_]+[ ]+r1 -0+04[ ]+[a-zA-Z0-9_]+[ ]+r1 -0+08[ ]+[a-zA-Z0-9_]+[ ]+r1 +0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1 +0+04[ ]+[a-zA-Z0-9_]+[ ]+foo1 +0+08[ ]+[a-zA-Z0-9_]+[ ]+foo1 diff --git a/gas/testsuite/gas/macros/rept.s b/gas/testsuite/gas/macros/rept.s index 243cf67b8f..571b6f8757 100644 --- a/gas/testsuite/gas/macros/rept.s +++ b/gas/testsuite/gas/macros/rept.s @@ -1,3 +1,3 @@ .rept 3 - .long r1 + .long foo1 .endr diff --git a/gas/testsuite/gas/macros/test2.d b/gas/testsuite/gas/macros/test2.d index 741d734959..9a7d41481d 100644 --- a/gas/testsuite/gas/macros/test2.d +++ b/gas/testsuite/gas/macros/test2.d @@ -5,6 +5,6 @@ RELOCATION RECORDS FOR .* OFFSET[ ]+TYPE[ ]+VALUE.* -0+00[ ]+[a-zA-Z0-9_]+[ ]+r1 -0+04[ ]+[a-zA-Z0-9_]+[ ]+r2 -0+08[ ]+[a-zA-Z0-9_]+[ ]+r3 +0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1 +0+04[ ]+[a-zA-Z0-9_]+[ ]+foo2 +0+08[ ]+[a-zA-Z0-9_]+[ ]+foo3 diff --git a/gas/testsuite/gas/macros/test2.s b/gas/testsuite/gas/macros/test2.s index 838ce94032..a21b011cef 100644 --- a/gas/testsuite/gas/macros/test2.s +++ b/gas/testsuite/gas/macros/test2.s @@ -6,4 +6,4 @@ .endif .endm - m r1,r2,r3 + m foo1,foo2,foo3 diff --git a/gas/testsuite/gas/macros/test3.d b/gas/testsuite/gas/macros/test3.d index 2580f76422..7680ad4dfb 100644 --- a/gas/testsuite/gas/macros/test3.d +++ b/gas/testsuite/gas/macros/test3.d @@ -5,4 +5,4 @@ RELOCATION RECORDS FOR .* OFFSET[ ]+TYPE[ ]+VALUE.* -0+00[ ]+[a-zA-Z0-9_]+[ ]+r1 +0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1 diff --git a/gas/testsuite/gas/macros/test3.s b/gas/testsuite/gas/macros/test3.s index c6410aec16..e80aa205ef 100644 --- a/gas/testsuite/gas/macros/test3.s +++ b/gas/testsuite/gas/macros/test3.s @@ -4,4 +4,4 @@ \arg2 .endm - m ".long r1",.garbage + m ".long foo1",.garbage -- 2.34.1