aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386fbsd-tdep.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-01-16 21:53:35 +0000
committerMark Kettenis <kettenis@gnu.org>2005-01-16 21:53:35 +0000
commit1c02b2a55e4a455f9e854278dd658dc826b4b169 (patch)
tree7ea0390c7e6bcabb42b9264e1ca0a50b2a945867 /gdb/i386fbsd-tdep.c
parent17d92a02195a3dc9d3d3b6d46b22cb187eeccd19 (diff)
downloadgdb-1c02b2a55e4a455f9e854278dd658dc826b4b169.zip
gdb-1c02b2a55e4a455f9e854278dd658dc826b4b169.tar.gz
gdb-1c02b2a55e4a455f9e854278dd658dc826b4b169.tar.bz2
* amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
and "bsd-uthread.h". (amd64fbsd_jmp_buf_reg_offset): New variable. (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New functions. (amd64fbsd_init_abi): Set supply_uthread and collect_uthread. * i386fbsd-tdep.c: Fix typo. * Makefile.in (amd64fbsd-tdep.o): Update dependencies. * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
Diffstat (limited to 'gdb/i386fbsd-tdep.c')
-rw-r--r--gdb/i386fbsd-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386fbsd-tdep.c b/gdb/i386fbsd-tdep.c
index 6b42abb..b2b6c73 100644
--- a/gdb/i386fbsd-tdep.c
+++ b/gdb/i386fbsd-tdep.c
@@ -70,7 +70,7 @@ static int i386fbsd_sc_reg_offset[] =
8 + 16 * 4 /* %gs */
};
-/* From /usr/src/lib/libc/i386/_setjmp.S. */
+/* From /usr/src/lib/libc/i386/gen/_setjmp.S. */
static int i386fbsd_jmp_buf_reg_offset[] =
{
-1, /* %eax */