This is the mail archive of the gdb-cvs@sourceware.org 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]
Other format: [Raw text]

src/gdb ChangeLog Makefile.in arm-linux-nat.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	uweigand@sourceware.org	2007-04-25 23:10:09

Modified files:
	gdb            : ChangeLog Makefile.in arm-linux-nat.c gdbcore.h 
	                 hppa-linux-nat.c i386-linux-nat.c 
	                 m68klinux-nat.c ppc-linux-nat.c vax-nat.c 
	gdb/config/alpha: nm-linux.h 
	gdb/config/arm : nm-linux.h 
	gdb/config/i386: linux.mh nm-linux.h 
	gdb/config/m68k: linux.mh nm-linux.h 
	gdb/config/mips: nm-irix5.h nm-linux.h 
	gdb/config/pa  : nm-linux.h 
	gdb/config/powerpc: nm-linux.h 
	gdb/config/vax : vax.mh 
Removed files:
	gdb            : core-aout.c 
	gdb/config/vax : nm-vax.h 

Log message:
	* core-aout.c: Delete file.
	* Makefile.in (ALLDEPFILES): Remove core-aout.c.
	(core-aout.o): Delete rule.
	* gdbcore.h (kernel_u_addr, KERNEL_U_ADDR): Remove.
	
	* config/alpha/nm-linux.h (U_REGS_OFFSET): Remove.
	
	* arm-linux-nat.c (arm_linux_kernel_u_size): Remove.
	* config/arm/nm-linux.h (U_REGS_OFFSET, KERNEL_U_SIZE,
	KERNEL_U_ADDR): Remove.
	
	* i386-linux-nat.c (register_u_addr, kernel_u_size): Remove.
	(cannot_fetch_register, cannot_store_register): Remove.
	(fetch_register): Inline cannot_fetch_register and register_addr.
	(store_register): Inline cannot_store_register and register_addr.
	* config/i386/linux.mh (NATDEPFILES): Remove core-aout.o.
	* config/i386/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
	REGISTER_U_ADDR, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER):
	Remove.
	
	* m68klinux-nat.c (m68k_linux_register_u_addr, kernel_u_size): Remove.
	(fetch_register): Inline register_addr.
	(store_register): Inline register_addr.
	* config/m68k/linux.mh (NATDEPFILES): Remove core-aout.o.
	* config/m68k/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR,
	U_REGS_OFFSET, REGISTER_U_ADDR): Remove.
	
	* config/mips/nm-irix5.h (REGISTER_U_ADDR): Remove.
	* config/mips/nm-linux.h (KERNEL_U_SIZE, U_REGS_OFFSET,
	REGISTER_U_ADDR): Remove.
	
	* hppa-linux-nat.c (register_addr): Rename to ...
	(hppa_linux_register_addr): ... this.  Make static.
	(fetch_register, store_register): Adapt callers.
	* config/pa/nm-linux.h (U_REGS_OFFSET): Remove.
	
	* ppc-linux-nat.c (kernel_u_size): Remove.
	* config/powerpc/nm-linux.h (KERNEL_U_SIZE, KERNEL_U_ADDR): Remove.
	
	* vax-nat.c (vax_kernel_u_addr, vax_register_u_addr): Make static.
	* config/vax/vax.mh (NATDEPFILES): Remove core-aout.o.
	(NAT_FILE): Remove.
	* config/vax/nm-vax.h: Delete file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.8300&r2=1.8301
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.893&r2=1.894
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/arm-linux-nat.c.diff?cvsroot=src&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbcore.h.diff?cvsroot=src&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/hppa-linux-nat.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/i386-linux-nat.c.diff?cvsroot=src&r1=1.71&r2=1.72
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/m68klinux-nat.c.diff?cvsroot=src&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ppc-linux-nat.c.diff?cvsroot=src&r1=1.62&r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/vax-nat.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/core-aout.c.diff?cvsroot=src&r1=1.13&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/alpha/nm-linux.h.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/arm/nm-linux.h.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/linux.mh.diff?cvsroot=src&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/i386/nm-linux.h.diff?cvsroot=src&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/m68k/linux.mh.diff?cvsroot=src&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/m68k/nm-linux.h.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/mips/nm-irix5.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/mips/nm-linux.h.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/pa/nm-linux.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/powerpc/nm-linux.h.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/vax/vax.mh.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/vax/nm-vax.h.diff?cvsroot=src&r1=1.6&r2=NONE


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