* ldmisc.c, ldmisc.h: Re-write info() to take a filename
authorPer Bothner <per@bothner.com>
Tue, 12 Nov 1991 03:03:42 +0000 (03:03 +0000)
committerPer Bothner <per@bothner.com>
Tue, 12 Nov 1991 03:03:42 +0000 (03:03 +0000)
parameter, a format, and an arg pointer, and rename it to
vfinfo().  Write info() in terms of new vfinfo().
New einfo() is the same as info(), except it writes to stderr.
* ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c,
ldmisc.c:  Replace "error" calls to info() by new einfo().

ld/ChangeLog
ld/ldlnk960.c

index 45ad82f21c798f0c3131b64481b7c354c8ad327e..3251e04fc7ece0b48731b36fb77e95e6670be80e 100644 (file)
@@ -1,3 +1,12 @@
+Mon Nov 11 18:47:33 1991  Per Bothner  (bothner at cygnus.com)
+
+       * ldmisc.c, ldmisc.h:  Re-write info() to take a filename
+       parameter, a format, and an arg pointer, and rename it to
+       vfinfo().  Write info() in terms of new vfinfo().
+       New einfo() is the same as info(), except it writes to stderr.
+       * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c,
+       ldmisc.c:  Replace "error" calls to info() by new einfo().
+
 Mon Nov 11 09:57:32 1991  Steve Chamberlain  (steve at cygnus.com)
 
        * ldlex.l ldgram.y: made -V option do same as -v
index bdaeab957b4c0520700480e058d6165e0ea480aa..8936c4e730d18e2ec4f784795cd498c5eb61eb92 100755 (executable)
@@ -127,7 +127,7 @@ lnk960_before_parse()
   if (name == (char *)NULL) {
     name = getenv("G960BASE");
     if (name == (char *)NULL) {
-      info("%P%F I960BASE and G960BASE not set\n");
+      einfo("%P%F I960BASE and G960BASE not set\n");
     }
   }
 
This page took 0.030858 seconds and 4 git commands to generate.