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:
Alan Modra
2021-01-06 11:53:33 +10:30
parent 286d2f2cd7
commit 22206e847d
5 changed files with 11 additions and 0 deletions

View File

@ -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>
* doc/as.texi: Add -mlittle-endian and -mbig-endian to docs.

View File

@ -1,5 +1,6 @@
#nm: -n
#name: APP with macro without NO_APP
#xfail: tic30-*-*
#...
0+ T label_a
#...

View File

@ -1,5 +1,6 @@
#nm: -n
#name: APP with macro then NO_APP
#xfail: tic30-*-*
#...
0+ T label_a
#...

View File

@ -1,5 +1,6 @@
#nm: -n
#name: APP with macro then NO_APP then more code
#xfail: tic30-*-*
#...
0+ T label_a
#...

View File

@ -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
#xfail: tic30-*-*
#...
0+ T label_d
#...