]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
MIPS: don't use get_symbol_name() for section parsing. With s_change_section() later...
authorJan Beulich <jbeulich@suse.com>
Mon, 13 Sep 2021 10:02:48 +0000 (11:02 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 13 Sep 2021 10:02:48 +0000 (11:02 +0100)
commit168495916d891806c847de908d2641d37c4bc21a
treeb9810953df0281239e3f28dda3292e08864abc6c
parent5a2947cf171a3e5fbadfe6f9ea94c26fb44d39e2
MIPS: don't use get_symbol_name() for section parsing.  With s_change_section() later calling obj_elf_section(), it seems better to pre-parse the section name by the same function that will be used there. This way no differences in what is accepted will result.

gas * config/tc-mips.c (s_change_section): Use obj_elf_section_name to
parse the section name.
gas/ChangeLog
gas/config/tc-mips.c