ebcdic support for binutils...

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Tue Dec 11 05:14:00 GMT 2001


 > +    /* EBCDIC */  
 > + 
 > + #elif    '\n' == 0x15 &&    ' ' == 0x40 &&     '0' == 0xF0 \
 > +   &&     'A'  == 0xC1 &&    'a' == 0x81 &&     '!' == 0x5A \
 > +   &&     EOF == -1
 > + 

Please don't use #elif, it will generate a warning from -Wtraditional
with gcc 3.0 or later.

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions



More information about the Binutils mailing list