]> gcc.gnu.org Git - gcc.git/commitdiff
2004-1-17 Andrew Pinski <pinskia@physics.uc.edu>
authorAndrew Pinski <pinskia@physics.uc.edu>
Sun, 18 Jan 2004 03:46:56 +0000 (19:46 -0800)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 18 Jan 2004 03:46:56 +0000 (19:46 -0800)
        * config/rs6000/rs6000.c (rs6000_special_round_type_align):
        Return type is unsigned int not int.
        * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
        Likewise.

From-SVN: r76081

gcc/ChangeLog
gcc/config/rs6000/rs6000-protos.h
gcc/config/rs6000/rs6000.c

index 80ce8b57f25c050b89b0a51e20cf3901a0cd5b58..1667afefc21a76f475a1cefc96e1998b048f3d92 100644 (file)
@@ -1,3 +1,10 @@
+2004-1-17  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * config/rs6000/rs6000.c (rs6000_special_round_type_align):
+       Return type is unsigned int not int.
+       * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
+       Likewise.
+
 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        * doc/contrib.texi, doc/cppenv.texi, doc/extend.texi,
index b98027ef82299052974e0027de86d8623862b6d7..2dcdd0df34eb02b290ed6736140b49165923ffe5 100644 (file)
@@ -144,7 +144,7 @@ extern rtx rs6000_machopic_legitimize_pic_address (rtx orig,
 #endif /* RTX_CODE */
 
 #ifdef TREE_CODE
-extern int rs6000_special_round_type_align (tree, int, int);
+extern unsigned int rs6000_special_round_type_align (tree, int, int);
 extern void function_arg_advance (CUMULATIVE_ARGS *, enum machine_mode,
                                          tree, int);
 extern int function_arg_boundary (enum machine_mode, tree);
index 0a5de536d91dfd4521ec7533cad532ca674a2143..2dead2c9b18f04497e6eb4f196b72f49720b110e 100644 (file)
@@ -2321,7 +2321,7 @@ input_operand (rtx op, enum machine_mode mode)
 /* Darwin, AIX increases natural record alignment to doubleword if the first
    field is an FP double while the FP fields remain word aligned.  */
 
-int
+unsigned int
 rs6000_special_round_type_align (tree type, int computed, int specified)
 {
   tree field = TYPE_FIELDS (type);
This page took 0.113954 seconds and 5 git commands to generate.