ebcdic support for binutils...

DJ Delorie dj@delorie.com
Fri Dec 7 16:33:00 GMT 2001


> In particular, in libiberty/safe-ctype.c:
>
> So. I was wondering if there was a workaround for this, or if not, how I could 
> get the EBCDIC equivalent for what is in this file, and put it in the #if 
> clause...

You'll note a similar check in libiberty/hex.c, although that table
could be initialized at runtime (hex_init) in a coding-independent way
(i.e. _hex['A'] = 10;).  Patches for libiberty go to
gcc-patches@gcc.gnu.org once you figure out what the table should be.



More information about the Binutils mailing list