include:
* safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC): Rename to HOST_CHARSET_UNKNOWN, HOST_CHARSET_ASCII, HOST_CHARSET_EBCDIC respectively. libiberty: * safe-ctype.c: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC. Add documentation in form expected by gather-docs. * hex.c: Use HOST_CHARSET, not hand-coded check of character set. * Makefile.in, functions.texi: Regenerate. gcc: * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68335 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 5 additions, 0 deletionsgcc/ChangeLog
- gcc/config/i370/i370.c 6 additions, 6 deletionsgcc/config/i370/i370.c
- gcc/config/i370/i370.h 1 addition, 1 deletiongcc/config/i370/i370.h
- include/ChangeLog 6 additions, 0 deletionsinclude/ChangeLog
- include/safe-ctype.h 6 additions, 6 deletionsinclude/safe-ctype.h
- libiberty/ChangeLog 8 additions, 0 deletionslibiberty/ChangeLog
- libiberty/Makefile.in 2 additions, 1 deletionlibiberty/Makefile.in
- libiberty/functions.texi 97 additions, 3 deletionslibiberty/functions.texi
- libiberty/hex.c 6 additions, 3 deletionslibiberty/hex.c
- libiberty/safe-ctype.c 96 additions, 11 deletionslibiberty/safe-ctype.c
Loading
Please register or sign in to comment