diff options
author | Nick Clifton <nickc@redhat.com> | 2003-10-06 10:18:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-10-06 10:18:41 +0000 |
commit | 249dba3eb2eeb44d8603ad0105963fbc95f6da34 (patch) | |
tree | 710e59e786da7fcaecdf3e0e1ed6971a8c33592d /gas | |
parent | 4615568e51fff7e37e4c6673c5606acb7b7554fc (diff) | |
download | gdb-249dba3eb2eeb44d8603ad0105963fbc95f6da34.zip gdb-249dba3eb2eeb44d8603ad0105963fbc95f6da34.tar.gz gdb-249dba3eb2eeb44d8603ad0105963fbc95f6da34.tar.bz2 |
Fix macro tests to ignore section symbols
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/app1.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/app2.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/app3.d | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/app4.d | 3 |
5 files changed, 17 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d3cf9e9..32194ad 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2003-10-06 Nick Clifton <nickc@redhat.com> + + * gas/macros/app1.d: Skip sections symbols (if present). + * gas/macros/app2.d: Likewise. + * gas/macros/app3.d: Likewise. + * gas/macros/app4.d: Likewise. + 2003-10-04 Christian Groessler <chris@groessler.org> * gas/z8k/calr-backf.s: New file. diff --git a/gas/testsuite/gas/macros/app1.d b/gas/testsuite/gas/macros/app1.d index e96d7e5..51ba9f2 100644 --- a/gas/testsuite/gas/macros/app1.d +++ b/gas/testsuite/gas/macros/app1.d @@ -2,4 +2,6 @@ #name: APP with macro without NO_APP #... 0+ t a +#... 0+[1-f] t b +#pass diff --git a/gas/testsuite/gas/macros/app2.d b/gas/testsuite/gas/macros/app2.d index a67c6d5..d6e4ecb 100644 --- a/gas/testsuite/gas/macros/app2.d +++ b/gas/testsuite/gas/macros/app2.d @@ -2,4 +2,6 @@ #name: APP with macro then NO_APP #... 0+ t a +#... 0+[1-f] t b +#pass diff --git a/gas/testsuite/gas/macros/app3.d b/gas/testsuite/gas/macros/app3.d index c648e48..671a2fa 100644 --- a/gas/testsuite/gas/macros/app3.d +++ b/gas/testsuite/gas/macros/app3.d @@ -2,5 +2,8 @@ #name: APP with macro then NO_APP then more code #... 0+ t a +#... 0+[1-f] t b +#... 0+[2-f] t c +#pass diff --git a/gas/testsuite/gas/macros/app4.d b/gas/testsuite/gas/macros/app4.d index c4267f3..b28a17a 100644 --- a/gas/testsuite/gas/macros/app4.d +++ b/gas/testsuite/gas/macros/app4.d @@ -3,5 +3,8 @@ #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 +#pass |