diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-06-08 14:57:50 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2021-06-08 14:57:50 +0200 |
commit | 7c757f41aaab38396066d0d57d084a3dc2f5a7d3 (patch) | |
tree | 89f030510910792a4ab2d7d54240d1904046fd25 /gas/ChangeLog | |
parent | 7e96fb68712d07f3a2c0d3e1b0b1a4faaa240f39 (diff) | |
download | fsf-binutils-gdb-7c757f41aaab38396066d0d57d084a3dc2f5a7d3.zip fsf-binutils-gdb-7c757f41aaab38396066d0d57d084a3dc2f5a7d3.tar.gz fsf-binutils-gdb-7c757f41aaab38396066d0d57d084a3dc2f5a7d3.tar.bz2 |
x86: cover a.out in recently added tests
Follow the pattern found elsewhere when relocations are involved. For
wrap32-data also drop a mistakenly left "ELF" from the test name. (Note
that Darwin, for which the wrap32 tests are also failing, is left as-is,
for there being numerous other failures already anyway, and it hence
being questionable whether that target is actually properly maintained.)
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 935efaa..f07ece7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2021-06-08 Jan Beulich <jbeulich@suse.com> + * testsuite/gas/i386/quoted.d, testsuite/gas/i386/wrap32-text.d: + Adjust expectations. + * testsuite/gas/i386/wrap32-data.d: Likewise. Correct name. + +2021-06-08 Jan Beulich <jbeulich@suse.com> + * config/tc-i386.c (optimize_imm): Use fits_in_unsigned_word and fits_in_unsigned_long. |