sparc.h (REGNO_OK_FOR_{INDEX,BASE,FP,CCFP}_P): Explicitly mark the constant being...
authorDavid S. Miller <davem@pierdol.cobaltmicro.com>
Fri, 26 Jun 1998 13:04:40 +0000 (13:04 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Fri, 26 Jun 1998 13:04:40 +0000 (06:04 -0700)
commitdb3d4438e6f87dcc70900327f8db2af291633575
treec0dc0fe2e0186aca62cf8248b6b7d8b8b9ac407a
parented4c4348a5c602d11652d3b2b3f449122142d3dc
sparc.h (REGNO_OK_FOR_{INDEX,BASE,FP,CCFP}_P): Explicitly mark the constant being compared against as unsigned.

* config/sparc/sparc.h (REGNO_OK_FOR_{INDEX,BASE,FP,CCFP}_P):
Explicitly mark the constant being compared against as unsigned.
* config/sparc/sparc.c (sparc_select, cpu_default, cpu_table):
Fully initialize final members.
(mem_aligned_8): Explicit init of offset to zero.
(output_function_prologue): Explicit init of n_regs to zero.
(output_function_epilogue): Likewise, and mark arg size as
unused.
(init_cumulative_args): Mark libname and indirect as unused.
(function_arg_pass_by_reference): Likewise for cum and named.
(sparc_builtin_saveregs): Likewise for arglist.
(sparc_flat_eligible_for_epilogue_delay): Likewise for slot.

From-SVN: r20739
gcc/ChangeLog
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.h