commit | 6acf9130909e5f531bb742939d402b40dee08304 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Tue May 23 09:00:44 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Tue May 23 09:00:44 2023 +0200 |
tree | a486db159c00cc033dacd23f9eb4c843fe468215 | |
parent | c88ed92f0c01ead8d0ffe7b9f27cfe07de815d30 [diff] |
x86: don't recognize quoted symbol names as registers or operators The concept of quoted symbols names was introduced pretty late. Utilize it to allow access to symbols with names matching that of a register (or, in Intel syntax, also an identifier-like operator). This is primarily to aid gcc when generating Intel syntax output; see their bug target/53929.