diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-04-29 15:02:25 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2021-04-29 15:02:25 +0200 |
commit | a2443c8988a443e802fced3c03dd55b563629afd (patch) | |
tree | 7c77298b267b10e297744630b1932546f4fc6379 /gas/ChangeLog | |
parent | 5edb8e3f5ad8d74a83fc0df7f6e4514eed0aa77f (diff) | |
download | gdb-a2443c8988a443e802fced3c03dd55b563629afd.zip gdb-a2443c8988a443e802fced3c03dd55b563629afd.tar.gz gdb-a2443c8988a443e802fced3c03dd55b563629afd.tar.bz2 |
x86-64: adjust recently added tests
Five of them fail for Cygwin and MingW. Adjust four and move one to the
ELF-only section.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a44b880..7459117 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ 2021-04-29 Jan Beulich <jbeulich@suse.com> + * testsuite/gas/i386/i386.exp: Move x86-64-rip-2 invocation. + * testsuite/gas/i386/lea64.d, + testsuite/gas/i386/lea64-optimize.d: Allow for COFF relocs. + * testsuite/gas/i386/x86-64-rip-inval-1.s, + testsuite/gas/i386/x86-64-rip-inval-2.s. Add .end. + +2021-04-29 Jan Beulich <jbeulich@suse.com> + * config/tc-i386.c (i386_validate_fix): Change return type to int. Short-circuit BFD_RELOC_SIZE* handling. (tc_gen_reloc): New local variable sym. Extend logic when |