diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-23 19:35:05 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-23 19:35:05 +0000 |
commit | a28109e0ab1ab391794dea2be9a7ee2f0e7b9278 (patch) | |
tree | 7a72963fd76da51a9b81c7393c927cde8586e11d /gdb/config | |
parent | 7e69709c9e7e256d7ae3da3fd7c06c97b3fa41c9 (diff) | |
download | gdb-a28109e0ab1ab391794dea2be9a7ee2f0e7b9278.zip gdb-a28109e0ab1ab391794dea2be9a7ee2f0e7b9278.tar.gz gdb-a28109e0ab1ab391794dea2be9a7ee2f0e7b9278.tar.bz2 |
* i386obsd-tdep.c: Update copyright year. Include
"bsd-uthread.h".
(i386obsd_uthread_reg_offset): New variable.
(I386OBSD_UTHREAD_ESP_OFFSET): New define.
(i386obsd_supply_uthread, i386obsd_collect_uthread): New
functions.
(i386obsd_init_abi): Set supply_uthread and collect_uthread.
* Makefile.in (i386obsd-tdep.o): Update dependencies.
* config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/obsd.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/obsd.mt b/gdb/config/i386/obsd.mt index b90fbf3..4ce78c1 100644 --- a/gdb/config/i386/obsd.mt +++ b/gdb/config/i386/obsd.mt @@ -1,4 +1,4 @@ # Target: OpenBSD/i386 TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o \ - corelow.o solib.o solib-svr4.o + bsd-uthread.o corelow.o solib.o solib-svr4.o DEPRECATED_TM_FILE= solib.h |