From c21e73b977f21d284eec747ca9b7c645121d5231 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 11 Jun 2003 05:56:14 +0000 Subject: [PATCH] * gas/macros/app1.d: Ignore section symbols. * gas/macros/app2.d: Likewise. * gas/macros/app3.d: Likewise. * gas/macros/app4.d: Likewise. --- gas/testsuite/ChangeLog | 7 +++++++ gas/testsuite/gas/macros/app1.d | 1 + gas/testsuite/gas/macros/app2.d | 1 + gas/testsuite/gas/macros/app3.d | 1 + gas/testsuite/gas/macros/app4.d | 1 + 5 files changed, 11 insertions(+) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index c087a5e635..d114c0f278 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2003-06-11 Alan Modra + + * gas/macros/app1.d: Ignore section symbols. + * gas/macros/app2.d: Likewise. + * gas/macros/app3.d: Likewise. + * gas/macros/app4.d: Likewise. + 2003-06-10 Thiemo Seufer * gas/mips/mips.exp: Fix typo. diff --git a/gas/testsuite/gas/macros/app1.d b/gas/testsuite/gas/macros/app1.d index e57c8ac3db..e96d7e50d4 100644 --- a/gas/testsuite/gas/macros/app1.d +++ b/gas/testsuite/gas/macros/app1.d @@ -1,4 +1,5 @@ #nm: -n #name: APP with macro without NO_APP +#... 0+ t a 0+[1-f] t b diff --git a/gas/testsuite/gas/macros/app2.d b/gas/testsuite/gas/macros/app2.d index 0b3f95749f..a67c6d51db 100644 --- a/gas/testsuite/gas/macros/app2.d +++ b/gas/testsuite/gas/macros/app2.d @@ -1,4 +1,5 @@ #nm: -n #name: APP with macro then NO_APP +#... 0+ t a 0+[1-f] t b diff --git a/gas/testsuite/gas/macros/app3.d b/gas/testsuite/gas/macros/app3.d index bc5f3aae31..c648e48814 100644 --- a/gas/testsuite/gas/macros/app3.d +++ b/gas/testsuite/gas/macros/app3.d @@ -1,5 +1,6 @@ #nm: -n #name: APP with macro then NO_APP then more code +#... 0+ t a 0+[1-f] t b 0+[2-f] t c diff --git a/gas/testsuite/gas/macros/app4.d b/gas/testsuite/gas/macros/app4.d index 36493ba341..c4267f31ef 100644 --- a/gas/testsuite/gas/macros/app4.d +++ b/gas/testsuite/gas/macros/app4.d @@ -1,6 +1,7 @@ #as: -I$srcdir/$subdir #nm: -n #name: included file with .if 0 wrapped in APP/NO_APP, no final NO_APP, macro in main file +#... 0+ t d 0+[1-f] t a 0+[2-f] t b -- 2.34.1