diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-06 16:16:39 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-06 16:16:39 +0000 |
commit | 842cf83162c1af7297e83100361f1fc71708c12e (patch) | |
tree | eb0a4166bfebc2b7c2d65e17e13214767e2819b7 /gdb/ChangeLog | |
parent | 9f80c72bb1ea003bee8f2e7d9a0935ad41917e61 (diff) | |
download | gdb-842cf83162c1af7297e83100361f1fc71708c12e.zip gdb-842cf83162c1af7297e83100361f1fc71708c12e.tar.gz gdb-842cf83162c1af7297e83100361f1fc71708c12e.tar.bz2 |
* corelow.c (solib_add_stub, core_open): Pass address of from_tty
rather than trying to shove an int into a pointer and back out
again. This avoids compiler warnings.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8a07a0f..6e44d90 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Sun Feb 6 06:55:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * corelow.c (solib_add_stub, core_open): Pass address of from_tty + rather than trying to shove an int into a pointer and back out + again. This avoids compiler warnings. + * defs.h (alloca): Declare as void *, not char *, on hpux. Don't prototype it, just declare the return type. |