diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-10-14 20:59:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-10-14 20:59:23 +0000 |
commit | dc17571df26dc5b1eacb9f993f577a6a027866e5 (patch) | |
tree | 76646e5652290a779a663e790eb7b380f8f7f3aa | |
parent | a14bd2ea8937e02184939ebdeaa5a8a28473b5e9 (diff) | |
download | gdb-dc17571df26dc5b1eacb9f993f577a6a027866e5.zip gdb-dc17571df26dc5b1eacb9f993f577a6a027866e5.tar.gz gdb-dc17571df26dc5b1eacb9f993f577a6a027866e5.tar.bz2 |
* config/nm-linux.h (struct objfile): Remove forward declaration.
(linuxthreads_new_objfile): Remove prototype.
(linuxthreads_pid_to_str): Remove prototype.
(PREPARE_TO_PROCEED): Redefine in terms of
lin_lwp_prepare_to_proceed.
(struct target_waitstatus): Forward declaration.
(child_wait): New prototype.
(CHILD_WAIT): Define.
(lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
GET_THREAD_SIGNAL): Moved here from arch-specific files.
* config/alpha/nm-linux.h, config/arm/nm-linux.h,
config/ia64/nm-linux.h, config/mips/nm-linux.h,
config/powerpc/nm-linux.h: Don't include <signal.h>.
(lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
GET_THREAD_SIGNAL): Remove.
* config/i386/nm-linux.h: Likewise.
(struct target_waitstatus, child_wait, CHILD_WAIT): Remove.
* config/m68k/linux.mh, config/sparc/linux.mh (NATDEPFILES):
Remove linux-thread.o. Add proc-service.o, thread-db.o and
lin-lwp.o.
(LOADLIBES): New variable.
-rw-r--r-- | gdb/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a18f0c3..28563c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,27 @@ 2001-10-14 Mark Kettenis <kettenis@gnu.org> + * config/nm-linux.h (struct objfile): Remove forward declaration. + (linuxthreads_new_objfile): Remove prototype. + (linuxthreads_pid_to_str): Remove prototype. + (PREPARE_TO_PROCEED): Redefine in terms of + lin_lwp_prepare_to_proceed. + (struct target_waitstatus): Forward declaration. + (child_wait): New prototype. + (CHILD_WAIT): Define. + (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals, + GET_THREAD_SIGNAL): Moved here from arch-specific files. + * config/alpha/nm-linux.h, config/arm/nm-linux.h, + config/ia64/nm-linux.h, config/mips/nm-linux.h, + config/powerpc/nm-linux.h: Don't include <signal.h>. + (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals, + GET_THREAD_SIGNAL): Remove. + * config/i386/nm-linux.h: Likewise. + (struct target_waitstatus, child_wait, CHILD_WAIT): Remove. + * config/m68k/linux.mh, config/sparc/linux.mh (NATDEPFILES): + Remove linux-thread.o. Add proc-service.o, thread-db.o and + lin-lwp.o. + (LOADLIBES): New variable. + * sparc-nat.c (fetch_core_registers): Remove redundant prototype. * proc-service.c (BUILD_LWP): Redefine in terms of ptid_build. |