summaryrefslogtreecommitdiff
path: root/ld/ldlang.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-03-26 11:10:44 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-03-26 11:10:44 +0000
commitef1388bb93b6ddec71a7d3b05aaef76a88884c3a (patch)
tree46fbab61367e6bc44a6220abebf83001c90ce104 /ld/ldlang.h
parent58bd04deb2bb3a6070eabcd29022175c4d9136f5 (diff)
downloadbinutils-redhat-ef1388bb93b6ddec71a7d3b05aaef76a88884c3a.tar.gz
* Makefile.am: Add dependency on ldemul-list.h for powerpc and
spu target emul files. * configure.in: Check for mkstemp and waitpid. * Makefile.in: Regenerate. * configure: Regenerate. * config.in: Regenerate. * ldlang.c (input_file_chain): Make global. (lang_add_input_file): Don't set lang_has_input_file here. * ldlang.h (input_file_chain): Declare. * emultempl/ppc32elf.em (ppc_recognized_file): New function. (LDEMUL_RECOGNIZED_FILE): Define. * emultempl/ppc64elf.em (ppc64_recognized_file): New function. (LDEMUL_RECOGNIZED_FILE): Define. * emultempl/spuelf.em (struct tflist): New. (tmp_file_list): New var.
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 d34ea6894d..33abf9f2a7 100644
--- a/ld/ldlang.h
+++ b/ld/ldlang.h
@@ -456,6 +456,7 @@ extern struct bfd_sym_chain entry_symbol;
extern const char *entry_section;
extern bfd_boolean entry_from_cmdline;
extern lang_statement_list_type file_chain;
+extern lang_statement_list_type input_file_chain;
extern int lang_statement_iteration;