mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Fix macro tests to ignore section symbols
This commit is contained in:
@ -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>
|
2003-10-04 Christian Groessler <chris@groessler.org>
|
||||||
|
|
||||||
* gas/z8k/calr-backf.s: New file.
|
* gas/z8k/calr-backf.s: New file.
|
||||||
|
@ -2,4 +2,6 @@
|
|||||||
#name: APP with macro without NO_APP
|
#name: APP with macro without NO_APP
|
||||||
#...
|
#...
|
||||||
0+ t a
|
0+ t a
|
||||||
|
#...
|
||||||
0+[1-f] t b
|
0+[1-f] t b
|
||||||
|
#pass
|
||||||
|
@ -2,4 +2,6 @@
|
|||||||
#name: APP with macro then NO_APP
|
#name: APP with macro then NO_APP
|
||||||
#...
|
#...
|
||||||
0+ t a
|
0+ t a
|
||||||
|
#...
|
||||||
0+[1-f] t b
|
0+[1-f] t b
|
||||||
|
#pass
|
||||||
|
@ -2,5 +2,8 @@
|
|||||||
#name: APP with macro then NO_APP then more code
|
#name: APP with macro then NO_APP then more code
|
||||||
#...
|
#...
|
||||||
0+ t a
|
0+ t a
|
||||||
|
#...
|
||||||
0+[1-f] t b
|
0+[1-f] t b
|
||||||
|
#...
|
||||||
0+[2-f] t c
|
0+[2-f] t c
|
||||||
|
#pass
|
||||||
|
@ -3,5 +3,8 @@
|
|||||||
#name: included file with .if 0 wrapped in APP/NO_APP, no final NO_APP, macro in main file
|
#name: included file with .if 0 wrapped in APP/NO_APP, no final NO_APP, macro in main file
|
||||||
#...
|
#...
|
||||||
0+ t d
|
0+ t d
|
||||||
|
#...
|
||||||
0+[1-f] t a
|
0+[1-f] t a
|
||||||
|
#...
|
||||||
0+[2-f] t b
|
0+[2-f] t b
|
||||||
|
#pass
|
||||||
|
Reference in New Issue
Block a user