s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second parameter of ASM_OUTPUT_SKIP must...
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 13 May 2003 18:36:45 +0000 (18:36 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Tue, 13 May 2003 18:36:45 +0000 (18:36 +0000)
* 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

gcc/ChangeLog
gcc/config/s390/s390.h

index 20a0fedd5d63cffa26911327246fbc723bde32f7..ee180e1ddc0152d2bc8fc364b91e69e2b15e6864 100644 (file)
@@ -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.
index fbf98657bdda7eeb1c84eb0fbc0a539ef5ce7f8b..47998d407c260fdae278e21a6633ebac39760d10 100644 (file)
@@ -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;                                                               \
                                                                            \