Rename lang_output_section_statement to lang_os_list
authorAlan Modra <amodra@gmail.com>
Wed, 31 Jul 2019 07:15:14 +0000 (16:45 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 1 Aug 2019 02:27:25 +0000 (11:57 +0930)
commit5c1e6d53a518442741f05175dbded0d1880f4759
tree579752a5eaeb59fab201bb84adcc19ef9fb2c742
parent52b5a0c663ba7cb4f1488a7e96addc303fc6e021
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.
ld/ChangeLog
ld/emultempl/alphaelf.em
ld/emultempl/elf32.em
ld/emultempl/mmo.em
ld/emultempl/pe.em
ld/emultempl/pep.em
ld/emultempl/ppc32elf.em
ld/emultempl/spuelf.em
ld/ldlang.c
ld/ldlang.h
This page took 0.027421 seconds and 4 git commands to generate.