* Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
message in quotes. Otherwise, IBM's make program treats the '#' as the start of a comment and ignores the remainder of the line. * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed upper case. * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC. * cexp.y (initialize_random_junk): Likewise. * cppfiles.c (find_include_file): Cast alloca return value. * cppinit.c (initialize_standard_includes): Likewise. * cpplib.c (cpp_define, cpp_undef): Likewise. * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT. * final.c (output_asm_insn): Allow for holes in EBCDIC. * fold-const.c (CHARMASK): New. (real_hex_to_f): Use it. * real.c (CHARMASK): New. (etoasc, asctoeg): Use it. (asctoeg): EBCDIC lower case characters preceed upper case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33192 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 66 additions, 31 deletionsgcc/ChangeLog
- gcc/Makefile.in 1 addition, 1 deletiongcc/Makefile.in
- gcc/c-lex.c 1 addition, 1 deletiongcc/c-lex.c
- gcc/cccp.c 7 additions, 4 deletionsgcc/cccp.c
- gcc/cexp.y 7 additions, 4 deletionsgcc/cexp.y
- gcc/cppfiles.c 1 addition, 1 deletiongcc/cppfiles.c
- gcc/cppinit.c 1 addition, 1 deletiongcc/cppinit.c
- gcc/cpplib.c 3 additions, 3 deletionsgcc/cpplib.c
- gcc/defaults.h 1 addition, 1 deletiongcc/defaults.h
- gcc/final.c 1 addition, 2 deletionsgcc/final.c
- gcc/fold-const.c 11 additions, 3 deletionsgcc/fold-const.c
- gcc/real.c 10 additions, 3 deletionsgcc/real.c
Loading
Please register or sign in to comment