diff options
author | Fred Fish <fnf@specifix.com> | 1991-12-23 03:43:48 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-12-23 03:43:48 +0000 |
commit | 431df2ebacd5349884e9cb4b116bc193f59717a6 (patch) | |
tree | d6c75b2903de9c3db4923808d9b3cc408f75bd7c /gdb/ChangeLog | |
parent | a9b0d1aece41530dd33bde4280441c3101bd5f03 (diff) | |
download | gdb-431df2ebacd5349884e9cb4b116bc193f59717a6.zip gdb-431df2ebacd5349884e9cb4b116bc193f59717a6.tar.gz gdb-431df2ebacd5349884e9cb4b116bc193f59717a6.tar.bz2 |
* solib.c (locate_base): Fix uninitialized variable that was
causing return of random value to callee.
* config/mh-amix, config/mh-i386v4: Change to find alloca by
compiling and linking alloca.c, even when it is not strictly
required. Also arrange to link with -ltermlib rather than
-ltermcap.
* Makefile.in: Move TERMCAP definition to prior to inclusion
of host makefile fragments so it can be overridden.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cf99117..08c3300 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Sun Dec 22 19:31:04 1991 Fred Fish (fnf at cygnus.com) + + * solib.c (locate_base): Fix uninitialized variable that was + causing return of random value to callee. + + * config/mh-amix, config/mh-i386v4: Change to find alloca by + compiling and linking alloca.c, even when it is not strictly + required. Also arrange to link with -ltermlib rather than + -ltermcap. + + * Makefile.in: Move TERMCAP definition to prior to inclusion + of host makefile fragments so it can be overridden. + Fri Dec 20 16:33:39 1991 John Gilmore (gnu at cygnus.com) * xcoffread.c (read_symbol_lineno): Logic error in incrementing |