summaryrefslogtreecommitdiff
path: root/ld/ldlang.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-02-10 10:55:23 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-02-10 10:55:23 +0000
commit8af0f80b8cbab0dc811faa7a4338cf4dfb337ab8 (patch)
tree6778c12d07799ed0118c2f1e58bd04262ac059b4 /ld/ldlang.h
parentfb62ee0df11be43ec7f788897651c517b8341105 (diff)
downloadbinutils-redhat-8af0f80b8cbab0dc811faa7a4338cf4dfb337ab8.tar.gz
* ldlang.c (entry_section): New initialised variable.
(lang_finish): Use it. * ldlang.h (entry_section): Declare. * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set entry_section to ".opd".
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r--ld/ldlang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h
index 7641992e90..5e50c5cde1 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -356,6 +356,7 @@ extern lang_statement_list_type *stat_ptr;
extern boolean delete_output_file_on_failure;
extern const char *entry_symbol;
+extern const char *entry_section;
extern boolean entry_from_cmdline;
extern lang_statement_list_type file_chain;