diff options
-rw-r--r-- | gas/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/ChangeLog b/gas/ChangeLog index 33e6e3e..2526f09 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/macros/app1.d b/gas/testsuite/gas/macros/app1.d index 871dbec..c3d3ff2 100644 --- a/gas/testsuite/gas/macros/app1.d +++ b/gas/testsuite/gas/macros/app1.d @@ -1,5 +1,6 @@ #nm: -n #name: APP with macro without NO_APP +#xfail: tic30-*-* #... 0+ T label_a #... diff --git a/gas/testsuite/gas/macros/app2.d b/gas/testsuite/gas/macros/app2.d index 7f71df3..b64771e 100644 --- a/gas/testsuite/gas/macros/app2.d +++ b/gas/testsuite/gas/macros/app2.d @@ -1,5 +1,6 @@ #nm: -n #name: APP with macro then NO_APP +#xfail: tic30-*-* #... 0+ T label_a #... diff --git a/gas/testsuite/gas/macros/app3.d b/gas/testsuite/gas/macros/app3.d index 6e4f568..f5f21dc 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 +#xfail: tic30-*-* #... 0+ T label_a #... diff --git a/gas/testsuite/gas/macros/app4.d b/gas/testsuite/gas/macros/app4.d index 9797e19..cefe4a6 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 +#xfail: tic30-*-* #... 0+ T label_d #... |