Abort if the filename to be added matches the linker output filename.

This commit is contained in:
Nick Clifton
2002-10-07 16:08:21 +00:00
parent a6b511bd9e
commit 53b2a62f07
4 changed files with 66 additions and 28 deletions

View File

@@ -483,5 +483,6 @@ 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