[0/3] better fix for PR gas/30248

Message ID ae00493d-55a2-da0f-1d97-620424c7136b@suse.com
Headers
Series better fix for PR gas/30248 |

Message

Jan Beulich March 31, 2023, 10:03 a.m. UTC
  As said in reply to the original attempt - that was wrong along with
the diagnosis of the root cause.

1: x86: parse_real_register() does not alter the parsed string
2: x86: parse_register() must not alter the parsed string
3: gas: document that get_symbol_name() can clobber the input buffer

Jan