]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
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)
commitc193f6ac9cadbfcaf4bae1a46d01b6c2a4f66bb4
tree94e43a5b7c11851202f9ea9b4f725dd041f7b7a8
parente5d2af146b35918deacdec7270a9e6890410e1a5
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