diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 72e91c064b1..4b9c7e7996d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-04-25 Ralf Corsepius + + * config.gcc (avr-*-*): Remove redundant "case". + 2005-04-25 Kazu Hirata * tree-vect-analyze.c (vect_mark_relevant): Take diff --git a/gcc/config.gcc b/gcc/config.gcc index e27a9de1d7b..7d134e85410 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1573,9 +1573,6 @@ pdp11-*-bsd) pdp11-*-*) use_fixproto=yes ;; -avr-*-*) - use_fixproto=yes - ;; # port not yet contributed #powerpc-*-openbsd*) # tmake_file="${tmake_file} rs6000/t-fprules "