diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-04-26 10:35:51 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2021-04-26 10:35:51 +0200 |
commit | b818855549013ba43e730e07f790e5cbfd16a757 (patch) | |
tree | ae5d65b7fb1359fbceeca9d6f44dab75065d27ab /gas/ChangeLog | |
parent | c290cb01face96fa9c2a4f96f7d57083da3c99f1 (diff) | |
download | gdb-b818855549013ba43e730e07f790e5cbfd16a757.zip gdb-b818855549013ba43e730e07f790e5cbfd16a757.tar.gz gdb-b818855549013ba43e730e07f790e5cbfd16a757.tar.bz2 |
x86-64: have value properly checked when resolving fixup
Constants not known at the time an individual insn gets assembled and
going into a sign-extended field still shouldn't be silently truncated
at the time the respective fixup gets resolved.
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 696d728..585c98b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2021-04-26 Jan Beulich <jbeulich@suse.com> + + * config/tc-i386.c (md_apply_fix): Mark BFD_RELOC_X86_64_32S as + signed. + * testsuite/gas/i386/x86-64-addr32-bad.s, + testsuite/gas/i386/x86-64-addr32-bad.l: New. + * testsuite/gas/i386/i386.exp: Run new test. + 2021-04-23 Eric Botcazou<ebotcazou@adacore.com> * testsuite/gas/elf/section25.d: Run it everywhere. |