diff options
author | Per Bothner <per@bothner.com> | 1992-09-02 06:45:13 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-09-02 06:45:13 +0000 |
commit | c52bdfecfd0496bfad1296a608b4898b67a656dc (patch) | |
tree | 2f0db96cf8bc063221f77a3d64f84528ea658902 /ld | |
parent | 139741da175026d0889ffbbae3a758c5bc6642c1 (diff) | |
download | gdb-c52bdfecfd0496bfad1296a608b4898b67a656dc.zip gdb-c52bdfecfd0496bfad1296a608b4898b67a656dc.tar.gz gdb-c52bdfecfd0496bfad1296a608b4898b67a656dc.tar.bz2 |
* ldmisc.c (xrealloc): New (needed by ../libiberty/cplus.dem.c).
* ldlex.l: Moved comment() to end, since some compilers
otherwise have problems with input() used before it is defined.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index aa87f99..886fd18 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 1 23:42:16 1992 Per Bothner (bothner@rtl.cygnus.com) + + * ldmisc.c (xrealloc): New (needed by ../libiberty/cplus.dem.c). + * ldlex.l: Moved comment() to end, since some compilers + otherwise have problems with input() used before it is defined. + Tue Sep 1 17:45:51 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * configure.in: added Solaris 2 and Irix 4 host support. |