diff options
author | John Gilmore <gnu@cygnus> | 1993-02-19 06:55:31 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-19 06:55:31 +0000 |
commit | 5e3d0ab075496938efe61a15c129f7464464d083 (patch) | |
tree | 9c091896b2c182a4660d8d8d4cfb813c9de4a214 /gdb/ChangeLog | |
parent | b9163d1aaa910ee7b98ce1180742cb065e085c15 (diff) | |
download | gdb-5e3d0ab075496938efe61a15c129f7464464d083.zip gdb-5e3d0ab075496938efe61a15c129f7464464d083.tar.gz gdb-5e3d0ab075496938efe61a15c129f7464464d083.tar.bz2 |
* gcc.patch: Update for a different GCC (G++) bug.
* main.c (print_gdb_version): Update copyright year to 1993.
* nm-hp300bsd.h: Decide whether this is BSD 4.3 or 4.4,
conditionalize this file on it. FIXME, right way is to split
these into two config files.
(ATTACH_DETACH): Define for BSD 4.4
(PTRACE_ARG_TYPE): caddr_t for BSD 4.4, unset for 4.3.
(U_REGS_OFFSET): Revise for 4.4.
(REGISTER_U_ADDR): Separate for 4.4, but it doesn't work yet.
* xm-hp300bsd.h: Move definitions of UINT_MAX, INT_MAX, INT_MIN,
LONG_MAX into this file to avoid cpp "redefinition" warnings.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 296d852..aedfafc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -4,6 +4,20 @@ Thu Feb 18 22:44:40 1993 Stu Grossman (grossman@cygnus.com) * am29k-tdep.c: More minor nits with arg types for supply_register, NULL vs. 0, read_register_gen, & reginv_com. +Thu Feb 18 22:38:03 1993 John Gilmore (gnu@cygnus.com) + + * gcc.patch: Update for a different GCC (G++) bug. + * main.c (print_gdb_version): Update copyright year to 1993. + * nm-hp300bsd.h: Decide whether this is BSD 4.3 or 4.4, + conditionalize this file on it. FIXME, right way is to split + these into two config files. + (ATTACH_DETACH): Define for BSD 4.4 + (PTRACE_ARG_TYPE): caddr_t for BSD 4.4, unset for 4.3. + (U_REGS_OFFSET): Revise for 4.4. + (REGISTER_U_ADDR): Separate for 4.4, but it doesn't work yet. + * xm-hp300bsd.h: Move definitions of UINT_MAX, INT_MAX, INT_MIN, + LONG_MAX into this file to avoid cpp "redefinition" warnings. + Thu Feb 18 16:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com) * nm-hp300bsd.h (PTRACE_ARG3_TYPE): FSF's hp300's have int* not |