diff options
author | Geoffrey Noer <noer@cygnus> | 1996-10-03 06:55:39 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1996-10-03 06:55:39 +0000 |
commit | 417fe276e36d4ef5e5c6e97b5cad99649b046538 (patch) | |
tree | 0bc2820ce5d1cbae341fc1af5062fb975eb29620 /ld/ChangeLog | |
parent | bdec6bdb4ba4d0ca1e8d85167fdd2ae5b174ad3e (diff) | |
download | gdb-417fe276e36d4ef5e5c6e97b5cad99649b046538.zip gdb-417fe276e36d4ef5e5c6e97b5cad99649b046538.tar.gz gdb-417fe276e36d4ef5e5c6e97b5cad99649b046538.tar.bz2 |
Wed Oct 2 23:45:25 1996 Geoffrey Noer <noer@cygnus.com>
* emultmpl/pe.em: increase size of stack reserve to 0x2000000
(necessary in order to compile parse.c in gcc sources under NT)
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5a23b81..b5eb447 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -2,6 +2,11 @@ Thu Oct 3 15:41:24 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) * Makefile.in (mostlyclean): Move config.log to distclean. +Wed Oct 2 23:45:25 1996 Geoffrey Noer <noer@cygnus.com> + + * emultmpl/pe.em: increase size of stack reserve to 0x2000000 + (necessary in order to compile parse.c in gcc sources under NT) + Wed Oct 2 14:49:10 1996 Ian Lance Taylor <ian@cygnus.com> * lexsup.c (ld_options): Fix typo in --rpath-link description. |