(ASM_OUTPUT_ASCII): 8-bit chars should be zero-extended.

From-SVN: r6189
This commit is contained in:
Richard Kenner 1993-12-06 07:38:16 -05:00
parent f1b3f5151b
commit f70bf59ec9

View File

@ -1594,7 +1594,7 @@ do { char dstr[30]; \
arm_increase_location (1))
#define ASM_OUTPUT_ASCII(STREAM, PTR, LEN) \
output_ascii_pseudo_op ((STREAM), (PTR), (LEN))
output_ascii_pseudo_op ((STREAM), (unsigned char *)(PTR), (LEN))
/* Output a gap. In fact we fill it with nulls. */
#define ASM_OUTPUT_SKIP(STREAM, NBYTES) \