aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-11-12 03:03:42 +0000
committerPer Bothner <per@bothner.com>1991-11-12 03:03:42 +0000
commit1c9e4b1512b328f36891df48123dccb95fbfd23d (patch)
tree899920a0187e6164ed8c0d438e30460c960d6cf8 /ld/ChangeLog
parentff7ce1700bc0ddc7db549189edf043510440244b (diff)
downloadgdb-1c9e4b1512b328f36891df48123dccb95fbfd23d.zip
gdb-1c9e4b1512b328f36891df48123dccb95fbfd23d.tar.gz
gdb-1c9e4b1512b328f36891df48123dccb95fbfd23d.tar.bz2
* 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().
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 45ad82f..3251e04 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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