* valops.c (call_function_by_hand, push_word), defs.h (push_word),
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 26 Dec 1993 18:10:22 +0000 (18:10 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 26 Dec 1993 18:10:22 +0000 (18:10 +0000)
commitf4f0d174871fc68497aebc705f78bbd09fe3e498
treee9eed18f76859d5a4f0e2d4f3aa7293cc5972272
parent192c3eeb94e19460aee7561b3db2ce01cef83666
* valops.c (call_function_by_hand, push_word), defs.h (push_word),
convex-xdep.c, m88k-nat.c, i386m3-nat.c, mips-tdep.c, mipsm3-nat.c,
ns32km3-nat.c, remote-bug.c, m88k-tdep.c, remote-hms.c, remote-mips.c,
config/gould/tm-np1.h, hppa-tdep.c (hppa_fix_call_dummy), remote-vx.c:
Use REGISTER_SIZE, unsigned LONGEST, and
{store,extract}_unsigned_integer, instead of sizeof
(REGISTER_TYPE) and REGISTER_TYPE.
* All tm.h files: Change REGISTER_TYPE to REGISTER_SIZE.
* hppa-tdep.c (pa_print_fp_reg): Remove unused variable val.

* Makefile.in (ALLDEPFILES): Remove i386ly-nat.c and m68kly-nat.c.
Add lynx-nat.c.
31 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/config/a29k/tm-a29k.h
gdb/config/h8300/tm-h8300.h
gdb/config/h8500/tm-h8500.h
gdb/config/i386/tm-i386v.h
gdb/config/i386/tm-sun386.h
gdb/config/i960/tm-i960.h
gdb/config/m68k/tm-m68k.h
gdb/config/m68k/tm-vx68.h
gdb/config/m88k/tm-m88k.h
gdb/config/mips/tm-mips.h
gdb/config/ns32k/tm-merlin.h
gdb/config/ns32k/tm-umax.h
gdb/config/pa/tm-hppa.h
gdb/config/sh/tm-sh.h
gdb/config/sparc/tm-sparc.h
gdb/config/vax/tm-vax.h
gdb/config/z8k/tm-z8k.h
gdb/convex-xdep.c
gdb/defs.h
gdb/hppa-tdep.c
gdb/i386m3-nat.c
gdb/m88k-nat.c
gdb/m88k-tdep.c
gdb/mipsm3-nat.c
gdb/ns32km3-nat.c
gdb/remote-bug.c
gdb/remote-hms.c
gdb/remote-mips.c
gdb/remote-vx.c
This page took 0.027076 seconds and 4 git commands to generate.