diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-09-13 11:02:48 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-09-13 11:02:48 +0100 |
commit | 168495916d891806c847de908d2641d37c4bc21a (patch) | |
tree | b9810953df0281239e3f28dda3292e08864abc6c /gas/ChangeLog | |
parent | 5a2947cf171a3e5fbadfe6f9ea94c26fb44d39e2 (diff) | |
download | gdb-168495916d891806c847de908d2641d37c4bc21a.zip gdb-168495916d891806c847de908d2641d37c4bc21a.tar.gz gdb-168495916d891806c847de908d2641d37c4bc21a.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9d6ecf3..a19515a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -2,6 +2,7 @@ * config/tc-ia64.c (cross_section): Use obj_elf_section_name to parse the section name. + * config/tc-mips.c (s_change_section): Likewise. 2021-09-02 Nick Clifton <nickc@redhat.com> |