If a region is specified assign it to all sections inside the overlay unless they...
[deliverable/binutils-gdb.git] / ld / ldmisc.h
index ea93399689c77776df1483c51d740a2a286038d5..998fb4fee854ba3240d527a73d8bec83deacd441 100644 (file)
@@ -1,5 +1,6 @@
 /* ldmisc.h -
-   Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright 1991, 1992, 1993, 1994, 1996, 1997
+   Free Software Foundation, Inc.
 
    This file is part of GLD, the Gnu Linker.
 
@@ -24,6 +25,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 +33,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));
@@ -38,7 +42,6 @@ extern void yyerror PARAMS ((const char *));
 extern PTR xmalloc PARAMS ((size_t));
 extern PTR xrealloc PARAMS ((PTR, size_t));
 extern void xexit PARAMS ((int));
-extern char *buystring PARAMS ((CONST char *CONST));
 
 #define ASSERT(x) \
 do { if (!(x)) info_assert(__FILE__,__LINE__); } while (0)
@@ -48,7 +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.023068 seconds and 4 git commands to generate.