Index: ChangeLog
authorAndrew Cagney <cagney@redhat.com>
Mon, 18 Aug 2003 20:04:56 +0000 (20:04 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 18 Aug 2003 20:04:56 +0000 (20:04 +0000)
commit8b148df9ac8532b4a7cd0be2fdd011d29037e435
treecf06b7ccca66764a7a1823a25600df7a756108c8
parent4091ea4e210e42c1d028e2a6143ff74d47e0aedf
Index: ChangeLog
2003-08-18  Andrew Cagney  <cagney@redhat.com>

* gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
* gdbarch.h, gdbarch.c: Re-generate.
* infcall.c (call_function_by_hand): Adjust the SP by
frame_red_zone_size before allocating any stack space.
* rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
* x86-64-tdep.c (x86_64_frame_align): New function.
(x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".

* x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
Remove code adjusting SP so that it skips over the Red Zone.

Index: doc/ChangeLog
2003-08-18  Andrew Cagney  <cagney@redhat.com>

* gdbint.texinfo (Target Architecture Definition): Document
"frame_red_zone_size".
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/infcall.c
gdb/rs6000-tdep.c
gdb/x86-64-tdep.c
This page took 0.028646 seconds and 4 git commands to generate.