From 1c02b2a55e4a455f9e854278dd658dc826b4b169 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 16 Jan 2005 21:53:35 +0000 Subject: * 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. --- gdb/i386fbsd-tdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/i386fbsd-tdep.c') 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 */ -- cgit v1.1