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]

gdb ./ChangeLog ./Makefile.in ./amd64-windows- ...


CVSROOT:	/cvs/uberbaum
Module name:	gdb
Changes by:	cgf@sourceware.org	2009-01-12 01:10:28

Modified files:
	.              : ChangeLog Makefile.in amd64-windows-nat.c 
	                 configure configure.ac configure.tgt 
	                 gdb_curses.h i386-cygwin-tdep.c 
	                 i386-windows-nat.c windows-nat.c windows-tdep.c 
	config/i386    : cygwin.mh mingw.mh mingw64.mh 
Removed files:
	.              : win32-nat.c win32-nat.h win32-tdep.c 
	                 win32-tdep.h win32-termcap.c 

Log message:
	Fix linking with --enable-targets=all:
	* Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
	(HFILES_NO_SRCDIR): Add windows-tdep.h.
	(ALLDEPFILES): Add windows-tdep.c.
	* win32-tdep.h: Delete.
	* windows-tdep.h: Rename from win32-tdep.h.
	* win32-nat.h: Delete.
	* windows-nat.h: Rename from win32-nat.h.
	* win32-nat.c: Delete.
	* windows-nat.c: Rename from win32-nat.c.
	* win32-termcap.c: Delete.
	* windows-termcap.c: Rename from win32-termcap.c.
	* amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
	* configure.ac: Handle rename from win32-termcap.c -> windows-termcap.c.
	* configure: Regenerate.
	* gdb_curses.h: Change comment to reflect rename from win32-termcap.c ->
	windows-termcap.c.
	* i386-cygwin-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
	* i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
	* windows-nat.c: Ditto.  Also reflect rename from from win32-tdep.h ->
	windows-tdep.h.
	(win32_make_so): Handle cygwin compiler warning due to change of load_addr from
	DWORD to LPVOID.
	(handle_load_dll): Use %p in format string to properly print address and avoid
	a compiler warning.
	(DEBUG_EXCEPTION_SIMPLE): Ditto.
	(handle_exception): Ditto.
	* windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
	* config/i386/cygwin.mh: Handle rename from win32-nat.o -> windows-nat.o.
	* config/i386/mingw.mh: Ditto.
	* config/i386/mingw64.mh: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/ChangeLog.diff?cvsroot=uberbaum&r1=1.10102&r2=1.10103
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/Makefile.in.diff?cvsroot=uberbaum&r1=1.1063&r2=1.1064
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/amd64-windows-nat.c.diff?cvsroot=uberbaum&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/configure.diff?cvsroot=uberbaum&r1=1.263&r2=1.264
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/configure.ac.diff?cvsroot=uberbaum&r1=1.83&r2=1.84
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/configure.tgt.diff?cvsroot=uberbaum&r1=1.208&r2=1.209
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/gdb_curses.h.diff?cvsroot=uberbaum&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/i386-cygwin-tdep.c.diff?cvsroot=uberbaum&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/i386-windows-nat.c.diff?cvsroot=uberbaum&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/windows-nat.c.diff?cvsroot=uberbaum&r1=1.175&r2=1.176
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/windows-tdep.c.diff?cvsroot=uberbaum&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/win32-nat.c.diff?cvsroot=uberbaum&r1=1.175&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/win32-nat.h.diff?cvsroot=uberbaum&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/win32-tdep.c.diff?cvsroot=uberbaum&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/win32-tdep.h.diff?cvsroot=uberbaum&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/win32-termcap.c.diff?cvsroot=uberbaum&r1=1.7&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/config/i386/cygwin.mh.diff?cvsroot=uberbaum&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/config/i386/mingw.mh.diff?cvsroot=uberbaum&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/gdb/config/i386/mingw64.mh.diff?cvsroot=uberbaum&r1=1.1&r2=1.2


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