diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-06 15:00:00 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-06 15:00:00 +0000 |
commit | 7343d7167f90bd00715dfb2730fc59a5e50d675c (patch) | |
tree | 6c618dacde66d5347c58a913d8d210fbe968da7e /gdb/ChangeLog | |
parent | 57a9fee31384cebc5f61b3231e3ab0a65187caff (diff) | |
download | gdb-7343d7167f90bd00715dfb2730fc59a5e50d675c.zip gdb-7343d7167f90bd00715dfb2730fc59a5e50d675c.tar.gz gdb-7343d7167f90bd00715dfb2730fc59a5e50d675c.tar.bz2 |
* defs.h (alloca): Declare as void *, not char *, on hpux.
Don't prototype it, just declare the return type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 73cbc63..8a07a0f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 6 06:55:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * defs.h (alloca): Declare as void *, not char *, on hpux. + Don't prototype it, just declare the return type. + Sun Feb 6 03:25:41 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * config/i386/tm-sun386.h, config/i386/tm-symmetry.h |