summaryrefslogtreecommitdiffstats
path: root/ld/ldlang.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-07-01 08:07:31 +0000
committerAlan Modra <amodra@gmail.com>2002-07-01 08:07:31 +0000
commite3e942e9908d0fa4d4abf2b39edd99aa07a11535 (patch)
tree3838232535e0f8198173f06d9e8e023d4bf4906b /ld/ldlang.h
parent1e2f5b6e6b11ff65094876b8a8066a59a880a56d (diff)
downloadppe42-binutils-e3e942e9908d0fa4d4abf2b39edd99aa07a11535.tar.gz
ppe42-binutils-e3e942e9908d0fa4d4abf2b39edd99aa07a11535.zip
* ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
* ldlang.c (entry_sym): Likewise. (ldlang_undef_chain_list_type): Likewise. (lang_finish): Adjust references to entry_symbol. (lang_add_entry): Likewise. (lang_gc_sections): Use link_info.gc_sym_list. (lang_process): Set link_info.gc_sym_list. * ldlex.l: Include bfdlink.h. * ldmain.c (main): Init link_info.gc_sym_list. * emultempl/aix.em: Adjust references to entry_symbol. * emultempl/armcoff.em: Likewise. * emultempl/armelf.em: Likewise. * emultempl/pe.em: Likewise. * emultempl/ppc64elf.em (ppc_after_open): New function. (LDEMUL_AFTER_OPEN): Define. * emulparams/elf64ppc.sh: KEEP .opd sections.
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 26c4121fa7..cb4b6d332d 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -364,7 +364,7 @@ extern etree_type *base;
extern lang_statement_list_type *stat_ptr;
extern boolean delete_output_file_on_failure;
-extern const char *entry_symbol;
+extern struct bfd_sym_chain entry_symbol;
extern const char *entry_section;
extern boolean entry_from_cmdline;
extern lang_statement_list_type file_chain;
OpenPOWER on IntegriCloud