diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 67fabb9..2aed48f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,18 @@ 2020-07-20 Jan Beulich <jbeulich@suse.com> PR gas/4572 + * config/tc-i386.c (i386_comment_chars): Drop TE_I386AIX from + conditional around it. + (md_begin): Insert backslash into operand_chars[] when slash is + a comment character. + * config/tc-i386-intel.c (i386_operator): Recognize \/, \%, and + \* as operators when / may be a comment character. + * testsuite/gas/i386/svr4.s, testsuite/gas/i386/svr4.d: New. + * testsuite/gas/i386/i386.exp: Run new test. + +2020-07-20 Jan Beulich <jbeulich@suse.com> + + PR gas/4572 * app.c (last_char): Drop TC_ARM conditional around it. (struct app_save): Drop TC_ARM conditional around last_char. (app_push, app_pop): Drop TC_ARM conditional from last_char |