This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: PATCH: Build sh-elf with -Werror
- From: Andrew STUBBS <andrew dot stubbs at st dot com>
- To: Daniel Jacobowitz <drow at false dot org>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Wed, 02 Nov 2005 15:22:53 +0000
- Subject: Re: PATCH: Build sh-elf with -Werror
- References: <4368D237.8040704@st.com> <20051102145420.GA28462@nevyn.them.org>
Daniel Jacobowitz wrote:
The gdb_byte warnings mostly only show up with gcc4.
$ gcc --version
gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-53)
The attached patch fixes the problems. Note that monitor.c actually did
build because it is never built with Werror, but not all the warnings
were unavoidable.
These are OK. Thanks.
Thanks, commited.
Andrew