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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5f59288..1843855 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2005-01-23 Mark Kettenis <kettenis@gnu.org> + + * 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. + 2005-01-23 Christopher Faylor <cgf@timesys.com> * win32-nat.c: Update copyright year. |