This is the mail archive of the binutils-cvs@sourceware.cygnus.com 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]

binutils/gas ChangeLog atof-generic.c ecoff.c ...


CVSROOT:	/cvs/binutils
Module name:	binutils
Changes by:	devans@egcs.cygnus.com	99/05/28 15:28:57

Modified files:
	gas            : ChangeLog atof-generic.c ecoff.c listing.c 
	gas/config     : obj-elf.c tc-mips.c 

Log message:
	-Wchar-subscripts cleanup
	* listing.c (listing_newline): Use unsigned char variable, so
	calls to isascii,iscntrl are correct.
	* atof-generic.c (atof_generic): Cast arg to isdigit, et. al. with
	(unsigned char).
	* ecoff.c (ecoff_directive_ent,ecoff_stab): Ditto.
	* config/obj-elf.c (obj_elf_vtable_inherit): Ditto.
	* config/tc-mips.c (mips_ip,mips16_ip): Ditto.
	(my_getSmallExpression,get_number,s_mips_ent): Ditto.


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