src/gdb ChangeLog configure configure.ac

jimb@sourceware.org jimb@sourceware.org
Fri Mar 11 21:02:00 GMT 2005


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb@sourceware.org	2005-03-11 21:02:02

Modified files:
	gdb            : ChangeLog configure configure.ac 

Log message:
	Avoid warnings due to the use of -Wuninitialized without -O.
	* configure.ac (build_warnings): Include -Wuninitialized only if
	CFLAGS is unset at configure time, or CFLAGS is set and includes
	some -O option other than -O0.
	* configure: Regenerated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.7000&r2=1.7001
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/configure.diff?cvsroot=src&r1=1.192&r2=1.193
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/configure.ac.diff?cvsroot=src&r1=1.12&r2=1.13



More information about the Gdb-cvs mailing list