]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: error handling in set_cpu_arch()
authorJan Beulich <jbeulich@suse.com>
Wed, 11 Sep 2024 11:52:18 +0000 (13:52 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 11 Sep 2024 11:52:18 +0000 (13:52 +0200)
commitb7ee8ec914c612587b080e9ad416315307f094fd
treeb2a656e36fa079d1a1625568cb5ff2946a0c8c43
parent8e98b4aa43deebf76f4bff2eaac0165ce6eb4c1b
x86: error handling in set_cpu_arch()

Error messages there would better not be followed by further "junk at
end of line" diagnostics. Arrange for this to be the case uniformly.

While there also replace a somewhat unhelpful open-coding of
restore_line_pointer().
gas/config/tc-i386.c