GNU Binutils with patches for OS216
リビジョン | 1c615f7a4098353ebcbf9714c6f6c8a8e8003707 (tree) |
---|---|
日時 | 2003-01-09 09:24:50 |
作者 | Andrew Cagney <cagney@redh...> |
コミッター | Andrew Cagney |
2003-01-08 Andrew Cagney <cagney@redhat.com>
* alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
get_frame_base.
@@ -1,3 +1,8 @@ | ||
1 | +2003-01-08 Andrew Cagney <cagney@redhat.com> | |
2 | + | |
3 | + * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use | |
4 | + get_frame_base. | |
5 | + | |
1 | 6 | 2003-01-08 Andrew Cagney <ac131313@redhat.com> |
2 | 7 | |
3 | 8 | * gdb_mbuild.sh: Edit the output of `maint print architecture' |
@@ -96,7 +96,7 @@ alpha_linux_pc_in_sigtramp (CORE_ADDR pc, char *func_name) | ||
96 | 96 | static CORE_ADDR |
97 | 97 | alpha_linux_sigcontext_addr (struct frame_info *frame) |
98 | 98 | { |
99 | - return (frame->frame - 0x298); /* sizeof(struct sigcontext) */ | |
99 | + return (get_frame_base (frame) - 0x298); /* sizeof(struct sigcontext) */ | |
100 | 100 | } |
101 | 101 | |
102 | 102 | static void |