diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-11 05:56:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-11 05:56:14 +0000 |
commit | c21e73b977f21d284eec747ca9b7c645121d5231 (patch) | |
tree | 674d4d872e2b3564b1c89431e2cf722a3fa27fe4 /gas | |
parent | 3b4433739c9d474901555df709a1d74ba0aa6ee5 (diff) | |
download | fsf-binutils-gdb-c21e73b977f21d284eec747ca9b7c645121d5231.zip fsf-binutils-gdb-c21e73b977f21d284eec747ca9b7c645121d5231.tar.gz fsf-binutils-gdb-c21e73b977f21d284eec747ca9b7c645121d5231.tar.bz2 |
* gas/macros/app1.d: Ignore section symbols.
* gas/macros/app2.d: Likewise.
* gas/macros/app3.d: Likewise.
* gas/macros/app4.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/app1.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/app2.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/app3.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/app4.d | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index c087a5e..d114c0f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2003-06-11 Alan Modra <amodra@bigpond.net.au> + + * 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 <seufer@csv.ica.uni-stuttgart.de> * gas/mips/mips.exp: Fix typo. diff --git a/gas/testsuite/gas/macros/app1.d b/gas/testsuite/gas/macros/app1.d index e57c8ac..e96d7e5 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 0b3f957..a67c6d5 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 bc5f3aa..c648e48 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 36493ba..c4267f3 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 |