This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: ebcdic support for binutils...
- From: DJ Delorie <dj at delorie dot com>
- To: esp5 at rama dot comp dot pge dot com
- Cc: binutils at sources dot redhat dot com
- Date: Fri, 7 Dec 2001 19:26:34 -0500
- Subject: Re: ebcdic support for binutils...
- References: <20011207154711.C21593@rama.comp.pge.com>
> 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.