diff options
author | 2005-08-09 21:31:23 +0000 | |
---|---|---|
committer | 2005-08-09 21:31:23 +0000 | |
commit | 78fc8c7233730f5bf7f074473c813b69fb1c03ae (patch) | |
tree | 3097cdcfa77a85032193c3bfc60805389887e11b | |
parent | - Don't depend on the APM_CRIT_RESUME event to run PWR_RESUME power hooks (diff) | |
download | wireguard-openbsd-78fc8c7233730f5bf7f074473c813b69fb1c03ae.tar.xz wireguard-openbsd-78fc8c7233730f5bf7f074473c813b69fb1c03ae.zip |
Adjust for new signal trampoline.
-rw-r--r-- | gnu/usr.bin/binutils/gdb/sparc64obsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/sparc64obsd-tdep.c b/gnu/usr.bin/binutils/gdb/sparc64obsd-tdep.c index fdd5e8184ce..de8a152e2a6 100644 --- a/gnu/usr.bin/binutils/gdb/sparc64obsd-tdep.c +++ b/gnu/usr.bin/binutils/gdb/sparc64obsd-tdep.c @@ -80,7 +80,7 @@ sparc64obsd_supply_gregset (const struct regset *regset, OpenBSD 3.5 and earlier releases, we find it at offset 0xe8. */ static const int sparc64obsd_page_size = 8192; -static const int sparc64obsd_sigreturn_offset[] = { 0xec, 0xe8, -1 }; +static const int sparc64obsd_sigreturn_offset[] = { 0xf0, 0xec, 0xe8, -1 }; static int sparc64obsd_pc_in_sigtramp (CORE_ADDR pc, char *name) |