aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-07-31 16:45:14 +0930
committerAlan Modra <amodra@gmail.com>2019-08-01 11:57:25 +0930
commit5c1e6d53a518442741f05175dbded0d1880f4759 (patch)
tree579752a5eaeb59fab201bb84adcc19ef9fb2c742 /ld/ldlang.h
parent52b5a0c663ba7cb4f1488a7e96addc303fc6e021 (diff)
downloadgdb-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/ldlang.h')
-rw-r--r--ld/ldlang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h
index 4e96a20..2298cba 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -502,7 +502,7 @@ extern struct lang_phdr *lang_phdr_list;
extern struct lang_nocrossrefs *nocrossref_list;
extern const char *output_target;
extern lang_output_section_statement_type *abs_output_section;
-extern lang_statement_list_type lang_output_section_statement;
+extern lang_statement_list_type lang_os_list;
extern struct lang_input_statement_flags input_flags;
extern bfd_boolean lang_has_input_file;
extern lang_statement_list_type *stat_ptr;