diff options
author | Alan Modra <amodra@gmail.com> | 2007-03-26 11:10:44 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-03-26 11:10:44 +0000 |
commit | dc27aea4b88283415703ab781476f49b4caa65fd (patch) | |
tree | 250c0f58b283a174f5664c7fa324c83a6d2a2d4b /ld/config.in | |
parent | 2d82d84d7dce3978d4c116a63aa4b86364efbfb7 (diff) | |
download | gdb-dc27aea4b88283415703ab781476f49b4caa65fd.zip gdb-dc27aea4b88283415703ab781476f49b4caa65fd.tar.gz gdb-dc27aea4b88283415703ab781476f49b4caa65fd.tar.bz2 |
* 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/config.in')
-rw-r--r-- | ld/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in index 46fbb98..87308e2 100644 --- a/ld/config.in +++ b/ld/config.in @@ -49,6 +49,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `mkstemp' function. */ +#undef HAVE_MKSTEMP + /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ #undef HAVE_NDIR_H @@ -90,6 +93,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `waitpid' function. */ +#undef HAVE_WAITPID + /* Name of package */ #undef PACKAGE |