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 configure configure.ac doc/C ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-04-19 18:32:54

Modified files:
	gdb            : ChangeLog configure configure.ac 
	gdb/doc        : ChangeLog gdbint.texinfo 

Log message:
	Enable -Wpointer-sign by default.
	
	This enables -Wpointer-sign by default.
	
	I've checked that --enable-targets=all builds fine with the following
	as --host, on x86_64 Fedora 17 --build:
	
	x86_64 GNU/Linux
	i386 GNU/Linux
	i386 MinGW-w64
	i386 msdos/djgpp
	
	OK?
	
	gdb/
	2013-04-19  Pedro Alves  <palves@redhat.com>
	
	* configure.ac (build_warnings): Replace -Wno-pointer-sign with
	-Wpointer-sign.
	* configure: Regenerate.
	
	gdb/doc
	2013-04-19  Pedro Alves  <palves@redhat.com>
	
	* gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
	-Wno-pointer-sign text with text on -Wpointer-sign.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15460&r2=1.15461
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.diff?cvsroot=src&r1=1.387&r2=1.388
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.ac.diff?cvsroot=src&r1=1.199&r2=1.200
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1448&r2=1.1449
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdbint.texinfo.diff?cvsroot=src&r1=1.346&r2=1.347


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