diff options
author | Alan Modra <amodra@gmail.com> | 2018-10-22 13:49:21 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-10-22 22:32:43 +1030 |
commit | 1f38083f425e03faf55595414daf291306738222 (patch) | |
tree | fcfd9bcacc4cd4878bf00fbf4ed4b9e017379181 /gas/ChangeLog | |
parent | e1748c54a200f45d6e88c232ca97171be23ba0b0 (diff) | |
download | gdb-1f38083f425e03faf55595414daf291306738222.zip gdb-1f38083f425e03faf55595414daf291306738222.tar.gz gdb-1f38083f425e03faf55595414daf291306738222.tar.bz2 |
gas simple-forward test
Tests that target md_apply_fix can handle fixups that have resolved
down to a constant and thus do not need relocations.
Also a fix for eqv-dot xfails.
* testsuite/gas/all/simple-forward.d,
* testsuite/gas/all/simple-forward.s: New test.
* testsuite/gas/all/gas.exp: Run it.
* testsuite/gas/all/eqv-dot.d: xfail tic30 and tic54x.
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 b0405fa..d5935b7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2018-10-22 Alan Modra <amodra@gmail.com> + * testsuite/gas/all/simple-forward.d, + * testsuite/gas/all/simple-forward.s: New test. + * testsuite/gas/all/gas.exp: Run it. + * testsuite/gas/all/eqv-dot.d: xfail tic30 and tic54x. + +2018-10-22 Alan Modra <amodra@gmail.com> + * config/tc-alpha.c (md_apply_fix): Handle BFD_RELOC_8 for fixups without a symbol. * testsuite/gas/all/gas.exp: Don't xfail forward test here.. |