diff options
author | John Gilmore <gnu@cygnus> | 1992-10-22 11:23:54 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-22 11:23:54 +0000 |
commit | fef84cc41a994088025afdea49e888dced838724 (patch) | |
tree | 3d7aa981994be3926d4cedeff0bd4e3a7b283b98 /gdb/ChangeLog | |
parent | 6ac0534341778dc11cec09f8f51b402d90e2d56f (diff) | |
download | gdb-fef84cc41a994088025afdea49e888dced838724.zip gdb-fef84cc41a994088025afdea49e888dced838724.tar.gz gdb-fef84cc41a994088025afdea49e888dced838724.tar.bz2 |
* partial-stab.h ('f', 'F'): Don't reference pst->textlow if pst
is null.
* tm-sun4sol2.h (PROLOGUE_FIRSTLINE_OVERLAP): Remove -- it
causes problems in setting breakpoint in the right place in
functions with `float' args which are passed as doubles.
* xm-vaxbsd.h (MEM_FNS_DECLARED): Avoid erroneous redecl's.
* config/rs6000.mh (NATDEPFILES): Add corelow.o.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5cd0f9e..35acf57 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Thu Oct 22 03:14:36 1992 John Gilmore (gnu@cygnus.com) + + * partial-stab.h ('f', 'F'): Don't reference pst->textlow if pst + is null. + * tm-sun4sol2.h (PROLOGUE_FIRSTLINE_OVERLAP): Remove -- it + causes problems in setting breakpoint in the right place in + functions with `float' args which are passed as doubles. + * xm-vaxbsd.h (MEM_FNS_DECLARED): Avoid erroneous redecl's. + * config/rs6000.mh (NATDEPFILES): Add corelow.o. + Thu Oct 22 01:01:24 1992 Stu Grossman (grossman at cygnus.com) * Makefile.in (HFILES): Add nm-i386sco.h. |