mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
gas APP macro tests
These fail on tic30 due to that target using a different comment char. * testsuite/gas/macros/app1.d: xfail tic30. * testsuite/gas/macros/app2.d: Likewise. * testsuite/gas/macros/app3.d: Likewise. * testsuite/gas/macros/app4.d: Likewise.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2021-01-06 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* testsuite/gas/macros/app1.d: xfail tic30.
|
||||||
|
* testsuite/gas/macros/app2.d: Likewise.
|
||||||
|
* testsuite/gas/macros/app3.d: Likewise.
|
||||||
|
* testsuite/gas/macros/app4.d: Likewise.
|
||||||
|
|
||||||
2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
|
2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
|
||||||
|
|
||||||
* doc/as.texi: Add -mlittle-endian and -mbig-endian to docs.
|
* doc/as.texi: Add -mlittle-endian and -mbig-endian to docs.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#nm: -n
|
#nm: -n
|
||||||
#name: APP with macro without NO_APP
|
#name: APP with macro without NO_APP
|
||||||
|
#xfail: tic30-*-*
|
||||||
#...
|
#...
|
||||||
0+ T label_a
|
0+ T label_a
|
||||||
#...
|
#...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#nm: -n
|
#nm: -n
|
||||||
#name: APP with macro then NO_APP
|
#name: APP with macro then NO_APP
|
||||||
|
#xfail: tic30-*-*
|
||||||
#...
|
#...
|
||||||
0+ T label_a
|
0+ T label_a
|
||||||
#...
|
#...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#nm: -n
|
#nm: -n
|
||||||
#name: APP with macro then NO_APP then more code
|
#name: APP with macro then NO_APP then more code
|
||||||
|
#xfail: tic30-*-*
|
||||||
#...
|
#...
|
||||||
0+ T label_a
|
0+ T label_a
|
||||||
#...
|
#...
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#as: -I$srcdir/$subdir
|
#as: -I$srcdir/$subdir
|
||||||
#nm: -n
|
#nm: -n
|
||||||
#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
|
||||||
|
#xfail: tic30-*-*
|
||||||
#...
|
#...
|
||||||
0+ T label_d
|
0+ T label_d
|
||||||
#...
|
#...
|
||||||
|
Reference in New Issue
Block a user