Commit ee76cf2a by Kaveh R. Ghazi Committed by Kaveh Ghazi

* sparc.h (TARGET_SWITCHES): Add null description to default case.

From-SVN: r25872
parent 54ea1de9
Sat Mar 20 22:26:23 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* sparc.h (TARGET_SWITCHES): Add null description to default case.
Sat Mar 20 21:46:06 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> Sat Mar 20 21:46:06 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* c-lex.c (yylex): Remove unused variable `bytes'. * c-lex.c (yylex): Remove unused variable `bytes'.
......
...@@ -606,7 +606,7 @@ extern int target_flags; ...@@ -606,7 +606,7 @@ extern int target_flags;
{"stack-bias", MASK_STACK_BIAS, "Use stack bias" }, \ {"stack-bias", MASK_STACK_BIAS, "Use stack bias" }, \
{"no-stack-bias", -MASK_STACK_BIAS, "Do not use stack bias" }, \ {"no-stack-bias", -MASK_STACK_BIAS, "Do not use stack bias" }, \
SUBTARGET_SWITCHES \ SUBTARGET_SWITCHES \
{ "", TARGET_DEFAULT}} { "", TARGET_DEFAULT, ""}}
/* MASK_APP_REGS must always be the default because that's what /* MASK_APP_REGS must always be the default because that's what
FIXED_REGISTERS is set to and -ffixed- is processed before FIXED_REGISTERS is set to and -ffixed- is processed before
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment