diff options
author | Alan Modra <amodra@gmail.com> | 2019-07-31 16:45:14 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-08-01 11:57:25 +0930 |
commit | 5c1e6d53a518442741f05175dbded0d1880f4759 (patch) | |
tree | 579752a5eaeb59fab201bb84adcc19ef9fb2c742 /ld/ChangeLog | |
parent | 52b5a0c663ba7cb4f1488a7e96addc303fc6e021 (diff) | |
download | gdb-5c1e6d53a518442741f05175dbded0d1880f4759.zip gdb-5c1e6d53a518442741f05175dbded0d1880f4759.tar.gz gdb-5c1e6d53a518442741f05175dbded0d1880f4759.tar.bz2 |
Rename lang_output_section_statement to lang_os_list
The idea is to make it a little easier to find uses of this list,
so searches don't hit occurrences of lang_output_section_statement_type
and lang_output_section_statement_enum.
* ldlang.h (lang_os_list): Rename from lang_output_section_statement.
* ldlang.c: Likewise throughout file.
* emultempl/alphaelf.em: Likewise.
* emultempl/elf32.em: Likewise.
* emultempl/mmo.em: Likewise.
* emultempl/pe.em: Likewise.
* emultempl/pep.em: Likewise.
* emultempl/ppc32elf.em: Likewise.
* emultempl/spuelf.em: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1309324..45bea25 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +2019-08-01 Alan Modra <amodra@gmail.com> + + * ldlang.h (lang_os_list): Rename from lang_output_section_statement. + * ldlang.c: Likewise throughout file. + * emultempl/alphaelf.em: Likewise. + * emultempl/elf32.em: Likewise. + * emultempl/mmo.em: Likewise. + * emultempl/pe.em: Likewise. + * emultempl/pep.em: Likewise. + * emultempl/ppc32elf.em: Likewise. + * emultempl/spuelf.em: Likewise. + 2019-07-26 Alan Modra <amodra@gmail.com> * testsuite/ld-plugin/lto-3r.d: Accept D for powerpc64 descriptors. |