This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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/gas ChangeLog config/rx-defs.h config/rx-p ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2011-10-25 20:36:22

Modified files:
	gas            : ChangeLog 
	gas/config     : rx-defs.h rx-parse.y 

Log message:
	Building rx's gas code atm fails:
	
	rx-parse.c: In function â??rx_parseâ??:
	rx-parse.c:3774:9: error: passing argument 1 of â??rx_errorâ?? discards â??constâ??
	qualifier from pointer target type [-Werror]
	../../../gas/config/rx-defs.h:40:12: note:
	expected â??char *â?? but argument is of type â??const char *â??
	cc1: all warnings being treated as errors
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4599&r2=1.4600
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/rx-defs.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/rx-parse.y.diff?cvsroot=src&r1=1.4&r2=1.5


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