diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-10-20 23:32:10 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-10-20 23:32:10 +0000 |
commit | 8f54374ed39bb6272d54bcd070baf30e402f3af5 (patch) | |
tree | a6d2628ab935531646e4d178e869cc3c2a075cdb /gcc/config/sparc/sparc.c | |
parent | a9770f9a9131cbd7420d1eee0edac01ec19eda6f (diff) | |
download | gcc-8f54374ed39bb6272d54bcd070baf30e402f3af5.zip gcc-8f54374ed39bb6272d54bcd070baf30e402f3af5.tar.gz gcc-8f54374ed39bb6272d54bcd070baf30e402f3af5.tar.bz2 |
Warning fixes:
* mips.h (REG_CLASS_FROM_LETTER): Cast array arg to unsigned char.
* sparc.c (load_pic_register): Delete unused varaible.
* libgcc2.c (__addvsi3): Delete unused variable.
* libgcc2.h (__absvsi2, __absvdi2, __addvsi3, __addvdi3,
__subvsi3, __subvdi3, __mulvsi3, __mulvdi3, __negvsi2,
__negvdi2): Prototype.
* ssa.c (apply_delayed_renames): Avoid undefined operation.
* toplev.c (display_target_options): Make static to match
prototype. Delete empty declaration.
From-SVN: r36987
Diffstat (limited to 'gcc/config/sparc/sparc.c')
-rw-r--r-- | gcc/config/sparc/sparc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index a6364ab..d99e703 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -2836,7 +2836,6 @@ load_pic_register () { /* Labels to get the PC in the prologue of this function. */ int orig_flag_pic = flag_pic; - rtx insn; if (! flag_pic) abort (); |