diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-10-08 20:12:45 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-10-08 20:12:45 +0000 |
commit | c04c958616ae94eed97dd1575ba39ad24b0b1db0 (patch) | |
tree | 0ca4321daebc1124b43e90fc8298c8cc58c627a1 /ld/ldlang.h | |
parent | 299bf75951d7a50e5c0dc9f9a33813d5e5589f8b (diff) | |
download | gdb-c04c958616ae94eed97dd1575ba39ad24b0b1db0.zip gdb-c04c958616ae94eed97dd1575ba39ad24b0b1db0.tar.gz gdb-c04c958616ae94eed97dd1575ba39ad24b0b1db0.tar.bz2 |
2002-10-08 H.J. Lu <hjl@gnu.org>
* ldlang.c (lang_file_exist): Removed.
(new_afile): Revert the last change.
* ldlang.h (lang_file_exist): Removed.
* lexsup.c (parse_args): Revert the last change.
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r-- | ld/ldlang.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h index e587d67..cb4b6d3 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -483,6 +483,5 @@ extern void lang_register_vers_node struct bfd_elf_version_deps *)); boolean unique_section_p PARAMS ((const char *)); extern void lang_add_unique PARAMS ((const char *)); -extern boolean lang_file_exists PARAMS ((const char *)); #endif |