diff options
author | Alan Modra <amodra@gmail.com> | 2021-01-06 11:53:33 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-06 21:03:55 +1030 |
commit | 22206e847d0877416164a97fba57d2caf5e08c16 (patch) | |
tree | cb69a983baa226e52f033b720a203c2e54d9f7c0 /gas/ChangeLog | |
parent | 286d2f2cd79ef42dfd76de7f7ce046673848a02d (diff) | |
download | gdb-22206e847d0877416164a97fba57d2caf5e08c16.zip gdb-22206e847d0877416164a97fba57d2caf5e08c16.tar.gz gdb-22206e847d0877416164a97fba57d2caf5e08c16.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 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. |