This is the mail archive of the gdb-patches@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]

Re: [commit] note non-building architectures


   Date: Sun, 01 May 2005 19:11:47 -0400
   From: Andrew Cagney <cagney@gnu.org>

   As part of getting ready for GCC 4, I've found that a number of arches 
   don't build with gcc-3.4 when using gdb_mbuild.sh.  As an aid, and to 
   stop me and presumably others from going round in circles, I've updated 
   the MAINTAINERS file to both reflect current reality note the problem.

I think your GCC 3.4 is busted.  I must admit that I don't really
understand that longjmp clobber warning message is warning about
exactly, but returning -1 immediately after a setjmp() call when that
has been jumped to, seems entirely safe to me.

   -	m68k		--target=m68k-elf ,-Werror
   +	m68k		--target=m68k-elf broken
   +			(opcodes/m68k-dis.c:338 longjmp clober)

   -	vax		--target=vax-netbsd ,-Werror
   +	vax		--target=vax-netbsd broken
   +			(opcodes/vax-dis.c:224 longjmp clober)

Mark


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