]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas: drop dead check for double quote
authorJan Beulich <jbeulich@suse.com>
Thu, 28 Mar 2024 10:54:25 +0000 (11:54 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 28 Mar 2024 10:54:25 +0000 (11:54 +0100)
commit09be89098e3a85785429130030842d4ab11e57e5
tree354fce2174145d44d42698ce75d6eb674a17c5b5
parent226749d5a6ff0d5c607d6428d6c81e1e7e7a994b
gas: drop dead check for double quote

FB and dollar label definitions can't be enclosed in double quotes. In
fact at that point nul_char is the same as next_char, which we know is a
digit.
gas/read.c