diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-16 21:53:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-16 21:53:35 +0000 |
commit | 1c02b2a55e4a455f9e854278dd658dc826b4b169 (patch) | |
tree | 7ea0390c7e6bcabb42b9264e1ca0a50b2a945867 /gdb/config | |
parent | 17d92a02195a3dc9d3d3b6d46b22cb187eeccd19 (diff) | |
download | gdb-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/config')
-rw-r--r-- | gdb/config/i386/fbsd64.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/fbsd64.mt b/gdb/config/i386/fbsd64.mt index 07fbf5a..430befa 100644 --- a/gdb/config/i386/fbsd64.mt +++ b/gdb/config/i386/fbsd64.mt @@ -1,6 +1,6 @@ # Target: FreeBSD/amd64 TDEPFILES= amd64-tdep.o amd64fbsd-tdep.o \ 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 |