OSDN Git Service

2002-11-19 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 24 Nov 2002 19:48:13 +0000 (19:48 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 24 Nov 2002 19:48:13 +0000 (19:48 +0000)
commit7c1f2cfeceafc8d2879f0f8297e2fa1bf3d2d9cd
tree4b432574949f104c78344ef8c9c8b923c284bf0f
parent461f81195c0cd8dee6d150c29e0c1f6eaeb9eeee
2002-11-19  Andrew Cagney  <ac131313@redhat.com>

* frame.h (FRAME_FP): Delete macro.
(get_frame_base): New function declaration.
* frame.c (get_frame_base): New function.
(get_frame_id): Use ->frame.
(frame_find_by_id): Rewrite to use get_frame_id.
* blockframe.c: Use get_frame_base instead of FRAME_FP.
* cris-tdep.c, d10v-tdep.c, findvar.c, h8500-tdep.c: Ditto.
* hppa-tdep.c, i386-tdep.c, infcmd.c, infrun.c: Ditto.
* m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
* mn10200-tdep.c, mn10300-tdep.c, rs6000-tdep.c: Ditto.
* sh-tdep.c, sparc-tdep.c, stack.c, tracepoint.c: Ditto.
* v850-tdep.c, valops.c, z8k-tdep.c: Ditto.
25 files changed:
gdb/ChangeLog
gdb/cris-tdep.c
gdb/d10v-tdep.c
gdb/findvar.c
gdb/frame.c
gdb/frame.h
gdb/h8500-tdep.c
gdb/hppa-tdep.c
gdb/i386-tdep.c
gdb/infcmd.c
gdb/infrun.c
gdb/m68hc11-tdep.c
gdb/m68k-tdep.c
gdb/mcore-tdep.c
gdb/mips-tdep.c
gdb/mn10200-tdep.c
gdb/mn10300-tdep.c
gdb/rs6000-tdep.c
gdb/sh-tdep.c
gdb/sparc-tdep.c
gdb/stack.c
gdb/tracepoint.c
gdb/v850-tdep.c
gdb/valops.c
gdb/z8k-tdep.c