diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-12 21:54:13 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-12 21:54:13 +0000 |
commit | fa565c2b2dd66437423a588c87d1d67cf54e34bd (patch) | |
tree | 414465bee836b8777276519b8d1ecaf55dcdb97c /gdb/config | |
parent | 82f5c14f4fab9af295a0469431772046d060174a (diff) | |
download | gdb-fa565c2b2dd66437423a588c87d1d67cf54e34bd.zip gdb-fa565c2b2dd66437423a588c87d1d67cf54e34bd.tar.gz gdb-fa565c2b2dd66437423a588c87d1d67cf54e34bd.tar.bz2 |
* i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
"regcache.h", "gdb_assert.h" and "bsd-uthread.h".
(i386fbsd_jmp_buf_reg_offset): New variable.
(i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
functions.
(i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
* Makefile.in (i386fbsd-tdep.o): Update dependency.
* config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/fbsd.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/fbsd.mt b/gdb/config/i386/fbsd.mt index 1a69e7f..c837340 100644 --- a/gdb/config/i386/fbsd.mt +++ b/gdb/config/i386/fbsd.mt @@ -1,4 +1,4 @@ # Target: FreeBSD/i386 TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \ - corelow.o solib.o solib-svr4.o + bsd-uthread.o corelow.o solib.o solib-svr4.o DEPRECATED_TM_FILE= solib.h |