diff options
author | Alan Modra <amodra@gmail.com> | 2019-09-06 12:23:41 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-09-06 12:55:37 +0930 |
commit | f5c3a9e3055224d8ed8140d48c96465294839e95 (patch) | |
tree | 0e20f57b81079c94d9a11dcda841b6ddce7f348e /ld/ChangeLog | |
parent | b16c44debcf8a446e94e161e328169f5c8d5d811 (diff) | |
download | gdb-f5c3a9e3055224d8ed8140d48c96465294839e95.zip gdb-f5c3a9e3055224d8ed8140d48c96465294839e95.tar.gz gdb-f5c3a9e3055224d8ed8140d48c96465294839e95.tar.bz2 |
beos.em qsort predicate tidy
lang_input_section_type** is better than lang_statement_union_type**
here since that is in fact the type passed to the qsort predicate,
and I think it's worth factoring out the common indirections.
* emultempl/beos.em (sort_by_file_name): Use appropriate
intermediary variables.
(sort_by_section_name): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 13abd72..84a15d6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ 2019-09-06 Alan Modra <amodra@gmail.com> + * emultempl/beos.em (sort_by_file_name): Use appropriate + intermediary variables. + (sort_by_section_name): Likewise. + +2019-09-06 Alan Modra <amodra@gmail.com> + * emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Constify variable. * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise. |