mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 11:40:57 +08:00
s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
* config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT. From-SVN: r66771
This commit is contained in:
parent
f26aca6db2
commit
7641be90af
@ -1,3 +1,8 @@
|
||||
2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
|
||||
parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
|
||||
|
||||
2003-05-12 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* expr.c (move_by_pieces): Honor the alignment of TO and FROM.
|
||||
|
@ -1012,7 +1012,7 @@ extern int s390_nr_constants;
|
||||
{ \
|
||||
assemble_integer (EXP, GET_MODE_SIZE (MODE), ALIGN, 1); \
|
||||
if (GET_MODE_SIZE (MODE) == 1) \
|
||||
ASM_OUTPUT_SKIP ((FILE), 1); \
|
||||
ASM_OUTPUT_SKIP ((FILE), (unsigned HOST_WIDE_INT)1); \
|
||||
} \
|
||||
break; \
|
||||
\
|
||||
|
Loading…
x
Reference in New Issue
Block a user