X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2FChangeLog;h=245bd743634b5ce74e95874b0f8235857e20859b;hb=ec4181f289f167663ed32483340d249a802321e5;hp=bed8292aff09b558a2df09cf9babc183aefd6240;hpb=915808f652b63746052b1ef59403650b45a30e4f;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index bed8292aff..245bd74363 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,42 @@ +2020-01-10 Alan Modra + + * testsuite/gas/elf/pr14891.s: Don't start directives in first column. + * testsuite/gas/elf/pr21661.d: Don't run on hpux. + +2020-01-03 Sergey Belyashov + + PR 25224 + * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking + opcode byte values. + (emit_ld_r_r): Likewise. + (emit_ld_rr_m): Likewise. + (emit_ld_rr_nn): Likewise. + +2020-01-09 Jan Beulich + + * config/tc-i386.c (optimize_encoding): Add + is_any_vex_encoding() invocations. Drop respective + i.tm.extension_opcode == None checks. + +2020-01-09 Jan Beulich + + * config/tc-i386.c (md_assemble): Check RegRex is clear during + REX transformations. Correct comment indentation. + +2020-01-09 Jan Beulich + + * config/tc-i386.c (optimize_encoding): Generalize register + transformation for TEST optimization. + +2020-01-09 Jan Beulich + + * testsuite/gas/i386/x86-64-sysenter-amd.s, + testsuite/gas/i386/x86-64-sysenter-amd.d, + testsuite/gas/i386/x86-64-sysenter-amd.l, + testsuite/gas/i386/x86-64-sysenter-intel.d, + testsuite/gas/i386/x86-64-sysenter-mixed.d: New. + * testsuite/gas/i386/i386.exp: Run new tests. + 2020-01-08 Nick Clifton PR 25284