diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-09-03 18:41:28 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-09-03 18:41:28 +0000 |
commit | fb0e1ba78030bbd38e9733f50b79b9b691f59634 (patch) | |
tree | 590274afab0d6f022f637b57a3289ff2976fbd6b /gdb/ChangeLog | |
parent | 205b2e50545ed404e769cbc264633db5c1ca352e (diff) | |
download | gdb-fb0e1ba78030bbd38e9733f50b79b9b691f59634.zip gdb-fb0e1ba78030bbd38e9733f50b79b9b691f59634.tar.gz gdb-fb0e1ba78030bbd38e9733f50b79b9b691f59634.tar.bz2 |
* config/i386/nm-linux.h (PREPARE_TO_PROCEED, ATTCH_LWP,
GET_THREAD_SIGNALS): New defines.
* config/i386/linux.mh (NATDEPFILES): Remove lin-thread.o and
linux-threads.o. Add proc-service.o, thread-db.o and lin-lwp.o.
* proc-service.c: New file.
* thread-db.c: New file.
* lin-lwp.c: New file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4100ea9..a2b241a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2000-09-03 Mark Kettenis <kettenis@gnu.org> + * config/i386/nm-linux.h (PREPARE_TO_PROCEED, ATTCH_LWP, + GET_THREAD_SIGNALS): New defines. + * config/i386/linux.mh (NATDEPFILES): Remove lin-thread.o and + linux-threads.o. Add proc-service.o, thread-db.o and lin-lwp.o. + * proc-service.c: New file. + * thread-db.c: New file. + * lin-lwp.c: New file. + * gdb_assert.h: New file. * gdb_thread_db.h [HAVE_THREAD_DB_H]: Include <thread_db.h>. |