This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/gdb/config nm-linux.h alpha/nm-linux.h arm ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kettenis@sources.redhat.com	2001-10-14 13:42:08

Modified files:
	gdb/config     : nm-linux.h 
	gdb/config/alpha: nm-linux.h 
	gdb/config/arm : nm-linux.h 
	gdb/config/i386: nm-linux.h 
	gdb/config/ia64: nm-linux.h 
	gdb/config/m68k: linux.mh 
	gdb/config/mips: nm-linux.h 
	gdb/config/powerpc: nm-linux.h 
	gdb/config/sparc: linux.mh 

Log message:
	* 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/nm-linux.h.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/alpha/nm-linux.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/arm/nm-linux.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/i386/nm-linux.h.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/ia64/nm-linux.h.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/m68k/linux.mh.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/mips/nm-linux.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/powerpc/nm-linux.h.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/sparc/linux.mh.diff?cvsroot=src&r1=1.2&r2=1.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]