Fix bug in previous delta
[deliverable/binutils-gdb.git] / ld / ldmisc.h
index 83920f4f38d08ae25eda41aa02d00d1aa6e2e70e..f5b3b4f35afc299d944efbd833519209d2cb925d 100644 (file)
@@ -1,5 +1,5 @@
 /* ldmisc.h -
-   Copyright (C) 1991, 92, 93, 94 Free Software Foundation, Inc.
+   Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
 
    This file is part of GLD, the Gnu Linker.
 
@@ -24,6 +24,7 @@
 extern void einfo PARAMS ((const char *, ...));
 extern void minfo PARAMS ((const char *, ...));
 extern void info_msg PARAMS ((const char *, ...));
+extern void lfinfo PARAMS ((FILE *, const char *, ...));
 #else
 /* VARARGS*/
 extern void einfo ();
@@ -31,6 +32,8 @@ extern void einfo ();
 extern void minfo ();
 /* VARARGS*/
 extern void info_msg ();
+/*VARARGS*/
+extern void lfinfo ();
 #endif
 
 extern void info_assert PARAMS ((const char *, unsigned int));
@@ -48,6 +51,6 @@ do { info_assert(__FILE__,__LINE__); } while (0)
 
 extern void print_space PARAMS ((void));
 extern void print_nl PARAMS ((void));
-extern void print_address PARAMS ((bfd_vma value));
+extern char *demangle PARAMS ((const char *));
 
 #endif
This page took 0.023389 seconds and 4 git commands to generate.