* config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.

(INIT_FRAME_AP): Likewise.
        (EXTRA_FRAME_INFO): Likewise.
This commit is contained in:
Joel Brobecker 2003-03-31 22:12:48 +00:00
parent e9a2674e1d
commit 018d1b488c
2 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,9 @@
2003-03-31 J. Brobecker <brobecker@gnat.com>
* config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
(INIT_FRAME_AP): Likewise.
(EXTRA_FRAME_INFO): Likewise.
2003-03-31 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh: Include "symfile.h".

View File

@ -122,20 +122,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define SR5_REGNUM 48
#undef FRAME_ARGS_ADDRESS
#define FRAME_ARGS_ADDRESS(fi) ((fi)->ap)
/* We access locals from SP. This may not work for frames which call
alloca; for those, we may need to consult unwind tables.
jimb: FIXME. */
#undef FRAME_LOCALS_ADDRESS
#define FRAME_LOCALS_ADDRESS(fi) ((fi)->frame)
#define INIT_FRAME_AP init_frame_ap
#define EXTRA_FRAME_INFO \
CORE_ADDR ap;
/* For a number of horrible reasons we may have to adjust the location
of variables on the stack. Ugh. jimb: why? */
#define HPREAD_ADJUST_STACK_ADDRESS(ADDR) hpread_adjust_stack_address(ADDR)