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 ChangeLog Makefile.in configure.in con ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	fnasser@sources.redhat.com	2000-12-20 13:24:28

Modified files:
	gdb            : ChangeLog Makefile.in configure.in configure 
	                 top.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/lib: mi-support.exp 

Log message:
	2000-12-20  Fernando Nasser  <fnasser@redhat.com>
	
	* Makefile.in (UIOUT_CFLAGS): New macro. CFLAGS needed for uiout code
	to be compiled.  Defines UI_OUT.
	(SUBDIR_MI_CFLAGS): Defines MI_OUT, not UI_OUT.
	(INTERNAL_WARN_CFLAGS): Also include UIOUT_CFLAGS.
	* configure.in (UIOUT_CFLAGS): New configuration variable.
	(--with-uiout): New configuration option.  Causes uiout code to
	be compiled, instead of the old *printf one.
	* configure: Regenerate.
	* top.c (print_gdb_version): Test for and print MI_OUT, not UI_OUT.
	* testsuite/lib/mi-support.exp (mi_gdb_start): Test for MI_OUT,
	not UI_OUT.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.857&r2=1.858
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.53&r2=1.54
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/configure.in.diff?cvsroot=src&r1=1.51&r2=1.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/configure.diff?cvsroot=src&r1=1.50&r2=1.51
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/top.c.diff?cvsroot=src&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.65&r2=1.66
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/lib/mi-support.exp.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]