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]
Other format: [Raw text]

src/gdb Makefile.in cli/cli-cmds.c config/i386 ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	eliz@sourceware.org	2005-05-12 21:20:38

Modified files:
	gdb            : Makefile.in 
	gdb/cli        : cli-cmds.c 
Removed files:
	gdb/config/i386: xm-go32.h 

Log message:
	* Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.
	
	* go32-nat.c: Include top.h.  Update copyright years.
	(init_go32_ops): Override the default value of gdbinit[] with
	"gdb.ini".
	
	* cli/cli-cmds.c (init_cli_cmds): Use gdbinit[] instead of a
	compile-time literal string GDBINIT_FILENAME.
	
	* top.c (PATH_MAX): Define if not defined.
	(gdbinit): Declare with a constant size PATH_MAX.
	
	* config/i386/go32.mh (XM_FILE): Remove.
	
	* config/i386/xm-go32.h: Remove file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/i386/xm-go32.h.diff?cvsroot=src&r1=1.9&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.728&r2=1.729
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-cmds.c.diff?cvsroot=src&r1=1.59&r2=1.60


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