This is the mail archive of the binutils@sources.redhat.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]
Other format: [Raw text]

Re: ebcdic support for binutils...



> 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.


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