diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-24 17:53:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-24 17:53:12 +0000 |
commit | 344a211f9995c36b116eb81c6d5a9d1839ba54b7 (patch) | |
tree | 44558d2be02cf2b2bd3c25dfefa1e34762509f8b /ld/ldfile.h | |
parent | cfcdbe979065f75a9cefa1925253a4e29c5b6fb1 (diff) | |
download | gdb-344a211f9995c36b116eb81c6d5a9d1839ba54b7.zip gdb-344a211f9995c36b116eb81c6d5a9d1839ba54b7.tar.gz gdb-344a211f9995c36b116eb81c6d5a9d1839ba54b7.tar.bz2 |
Add support for WinCE based toolchains.
Diffstat (limited to 'ld/ldfile.h')
-rw-r--r-- | ld/ldfile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ldfile.h b/ld/ldfile.h index f33c9ce..d00ed28 100644 --- a/ld/ldfile.h +++ b/ld/ldfile.h @@ -51,3 +51,6 @@ extern boolean ldfile_try_open_bfd extern FILE *ldfile_find_command_file PARAMS ((const char *name, const char *extend)); extern void ldfile_set_output_arch PARAMS ((CONST char *)); +extern boolean ldfile_open_file_search + PARAMS ((const char *arch, lang_input_statement_type *, + const char *lib, const char *suffix)); |