diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 64378d1..5d341e8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,22 @@ +2021-04-28 Jan Beulich <jbeulich@suse.com> + H.J. Lu <hjl.tools@gmail.com> + + PR gas/27763 + * config/tc-i386.c (output_jump): Also mark 2-byte relocs as + signed for XBEGIN. Also mark 4-byte relocs as signed for 64-bit. + (output_disp): Also mark 4-byte relocs as signed for 64-bit. + (md_estimate_size_before_relax): Move local variable fixP. Set + it from fix_new() return values. Mark 4-byte relocs as signed + for 64-bit. + * testsuite/gas/i386/pcrel64.s, testsuite/gas/i386/pcrel64.l, + * testsuite/gas/i386/x86-64-rip-2.s, + * testsuite/gas/i386/x86-64-rip-2.d, + * testsuite/gas/i386/x86-64-rip-inval-1.s, + * testsuite/gas/i386/x86-64-rip-inval-1.l, + * testsuite/gas/i386/x86-64-rip-inval-2.s, + * testsuite/gas/i386/x86-64-rip-inval-2.l: New. + * testsuite/gas/i386/i386.exp: Run new tests. + 2021-04-27 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (optimize_encoding): Add () to silence GCC 5. |