diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-03-20 19:31:37 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-03-20 19:31:37 +0000 |
commit | ee76cf2a50f9db0c1ca76e67b6028c4960e76d21 (patch) | |
tree | c934ee42deb091b34d7edfe454f4fe0240dfb742 | |
parent | 54ea1de9f39a10a4f329c8f3c4a54ad8cd31d8fa (diff) | |
download | gcc-ee76cf2a50f9db0c1ca76e67b6028c4960e76d21.zip gcc-ee76cf2a50f9db0c1ca76e67b6028c4960e76d21.tar.gz gcc-ee76cf2a50f9db0c1ca76e67b6028c4960e76d21.tar.bz2 |
* sparc.h (TARGET_SWITCHES): Add null description to default case.
From-SVN: r25872
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sparc/sparc.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 42e6155..b1fb646 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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> * c-lex.c (yylex): Remove unused variable `bytes'. diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index c25d0fd..b37b5e9 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -606,7 +606,7 @@ extern int target_flags; {"stack-bias", MASK_STACK_BIAS, "Use stack bias" }, \ {"no-stack-bias", -MASK_STACK_BIAS, "Do not use stack bias" }, \ SUBTARGET_SWITCHES \ - { "", TARGET_DEFAULT}} + { "", TARGET_DEFAULT, ""}} /* MASK_APP_REGS must always be the default because that's what FIXED_REGISTERS is set to and -ffixed- is processed before |