From: Nick Clifton Date: Sat, 19 Sep 2020 07:16:20 +0000 (+0100) Subject: Import patch from mainline: 2020-09-15 Nick Clifton X-Git-Tag: binutils-2_35_1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dce688b93484c74c46660fce3499258fa1f2414;p=thirdparty%2Fbinutils-gdb.git Import patch from mainline: 2020-09-15 Nick Clifton * read.c (s_nop): Preserve the input_line_pointer around the call to md_assemble. * config/tc-s12z.c (md_assemble): Revert previous delta. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index ec4bea89dcc..1217276aa23 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2020-09-19 Nick Clifton + + Import from mainline: + 2020-09-15 Nick Clifton + + * read.c (s_nop): Preserve the input_line_pointer around the call + to md_assemble. + * config/tc-s12z.c (md_assemble): Revert previous delta. + 2020-09-15 Nick Clifton Import from mainline: