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/xm-vaxbsd.h | |
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/xm-vaxbsd.h')
-rw-r--r-- | gdb/xm-vaxbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/xm-vaxbsd.h b/gdb/xm-vaxbsd.h index ac5d9dc..c859b6b 100644 --- a/gdb/xm-vaxbsd.h +++ b/gdb/xm-vaxbsd.h @@ -5,3 +5,6 @@ #include <machine/endian.h> #include <machine/limits.h> #include "xm-vax.h" + +/* In non-ANSI compiles, memcpy and memset are still void *, not char *. */ +#define MEM_FNS_DECLARED |