(ASM_OUTPUT_ASCII): 8-bit chars should be zero-extended.
From-SVN: r6189
This commit is contained in:
parent
f1b3f5151b
commit
f70bf59ec9
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user