diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 95471ab7bb5..9ea0e662f54 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 6 13:10:08 2002 Jeffrey A Law (law@redhat.com) + + * pentium.md (pentium-firstvboth): Fix typo. + 2002-09-06 Dhananjay Deshpande * h8300.c (enum shift_alg): Move to earlier in h8300.c. diff --git a/gcc/config/i386/pentium.md b/gcc/config/i386/pentium.md index 2d418bdf119..77c7252a56a 100644 --- a/gcc/config/i386/pentium.md +++ b/gcc/config/i386/pentium.md @@ -118,7 +118,7 @@ (pentium-load+pentium-firstv))") (define_reservation "pentium-firstuboth" "(pentium-load + pentium-firstu + pentium-memory)") -(define_reservation "pentium-firstvboth" "(pentium-load + pentium-firstu +(define_reservation "pentium-firstvboth" "(pentium-load + pentium-firstv + pentium-memory)") (define_reservation "pentium-firstuvboth" "(pentium-load + pentium-firstuv + pentium-memory)