diff options
author | Stu Grossman <grossman@cygnus> | 1992-12-15 01:45:15 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-12-15 01:45:15 +0000 |
commit | 01d1590babc04e0950cdcbde17a69a677322c855 (patch) | |
tree | a3ccf809c58184914e31fc7955eb632f0f1b3649 /gdb/ChangeLog | |
parent | 764c960db48f6b7c784495fd6e2cb92cc126fb4d (diff) | |
download | gdb-01d1590babc04e0950cdcbde17a69a677322c855.zip gdb-01d1590babc04e0950cdcbde17a69a677322c855.tar.gz gdb-01d1590babc04e0950cdcbde17a69a677322c855.tar.bz2 |
* convex-xdep.c, hppab-nat.c, i860-tdep.c, infptrace.c: Remove
decl for attach_flag, it now lives in inferior.h.
* hppa-pinsn.c: Reformat opcode tables. Add function prototypes.
Make most functions static.
* hppah-nat.c: General cleanups, remove BSD specific code (since
that all lives in hppab-nat.c).
* hppah-tdep.c (frame_chain_valid), tm-hppa.h (FRAME_CHAIN):
Change sense of test against inside_entry_file(). This fix is
from U. of Utah.
* tm-hppa.h (PUSH_DUMMY_FRAME, POP_FRAME): Use char * for 2nd arg
to read/write_register_bytes().
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0660265..d91122c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,14 +1,30 @@ +Mon Dec 14 17:18:42 1992 Stu Grossman (grossman at cygnus.com) + + * convex-xdep.c, hppab-nat.c, i860-tdep.c, infptrace.c: Remove + decl for attach_flag, it now lives in inferior.h. + * hppa-pinsn.c: Reformat opcode tables. Add function prototypes. + Make most functions static. + * hppah-nat.c: General cleanups, remove BSD specific code (since + that all lives in hppab-nat.c). + * hppah-tdep.c (frame_chain_valid), tm-hppa.h (FRAME_CHAIN): + Change sense of test against inside_entry_file(). This fix is + from U. of Utah. + * tm-hppa.h (PUSH_DUMMY_FRAME, POP_FRAME): Use char * for 2nd arg + to read/write_register_bytes(). + Wed Dec 9 19:53:25 1992 John Gilmore (gnu@cygnus.com) * mipsread.c (parse_symbol): When checking whether a structured type is an enum, check qualifiers of its first member, as well as the base type of the member. Bug found and fixed by John M. - Farrell, <farrell@fjort.reo.dec.com>. + Farrell, <farrell@fjord.reo.dec.com>. * vx-share/{reg.h,xdr_regs.h,xdr_regs.c}: Remove, unused. * remote-vx.c: Don't include vx-share/reg.h. * vx-share/ptrace.h: Reproduce from scratch. * config/{vxworks68,vxworks960}: Don't include xdr_regs.o. + * Makefile.in: Remove references to removed files, and to removed + 29k-share directories. Tue Dec 8 13:30:58 1992 Fred Fish (fnf@cygnus.com) |