Replace oddly-encoded blank with regular blanks
[deliverable/binutils-gdb.git] / ld / ldmain.h
index 041bf3d31fba7f81a4eb982e2e4b4c225715424b..30f872d86031efb32a1151f882fc24bb3f0a61e0 100644 (file)
@@ -1,5 +1,6 @@
 /* ldmain.h -
-   Copyright 1991, 92, 93, 94, 95, 96, 1999 Free Software Foundation, Inc.
+   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2002, 2003
+   Free Software Foundation, Inc.
 
    This file is part of GLD, the Gnu Linker.
 
 #define LDMAIN_H
 
 extern char *program_name;
+extern char *ld_sysroot;
 extern bfd *output_bfd;
 extern char *default_target;
-extern boolean trace_files;
-extern boolean trace_file_tries;
-extern boolean version_printed;
-extern boolean whole_archive;
-extern boolean demangling;
+extern bfd_boolean trace_files;
+extern bfd_boolean trace_file_tries;
+extern bfd_boolean version_printed;
+extern bfd_boolean whole_archive;
+extern bfd_boolean demangling;
 extern int g_switch_value;
 extern const char *output_filename;
 extern struct bfd_link_info link_info;
This page took 0.023694 seconds and 4 git commands to generate.