diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-09-13 11:00:25 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-09-13 11:00:25 +0100 |
commit | 5a2947cf171a3e5fbadfe6f9ea94c26fb44d39e2 (patch) | |
tree | 6d7654d9f13cf00f516be03c333120351ce4882b /gas/ChangeLog | |
parent | 7486cb6843e2146c38dfd4daae3e65d97fd44fc1 (diff) | |
download | fsf-binutils-gdb-5a2947cf171a3e5fbadfe6f9ea94c26fb44d39e2.zip fsf-binutils-gdb-5a2947cf171a3e5fbadfe6f9ea94c26fb44d39e2.tar.gz fsf-binutils-gdb-5a2947cf171a3e5fbadfe6f9ea94c26fb44d39e2.tar.bz2 |
ia64: don't use get_symbol_name() for section parsing. With cross_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-ia64.c (cross_section): Use obj_elf_section_name to
parse the section name.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0eb90ac..9d6ecf3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2021-09-13 Jan Beulich <jbeulich@suse.com> + + * config/tc-ia64.c (cross_section): Use obj_elf_section_name to + parse the section name. + 2021-09-02 Nick Clifton <nickc@redhat.com> PR 28292 |