diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-08-23 20:32:32 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-08-23 20:32:32 +0000 |
commit | ef233545e6c3dcf885a8b3178a859a23604b359c (patch) | |
tree | 8f4f503c82a377012f9429ed7e24abfbd6aabb98 /gnu/egcs/gcc/config/m68k | |
parent | 20915043a05410a0247b150f77f71c94c43ce2ae (diff) |
Update to gcc 2.95.1, official release.
Diffstat (limited to 'gnu/egcs/gcc/config/m68k')
-rw-r--r-- | gnu/egcs/gcc/config/m68k/m68k.md | 4 | ||||
-rw-r--r-- | gnu/egcs/gcc/config/m68k/mot3300-crt0.S | 2 | ||||
-rw-r--r-- | gnu/egcs/gcc/config/m68k/mot3300Mcrt0.S | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/gnu/egcs/gcc/config/m68k/m68k.md b/gnu/egcs/gcc/config/m68k/m68k.md index a8dac721d99..59a509cadaa 100644 --- a/gnu/egcs/gcc/config/m68k/m68k.md +++ b/gnu/egcs/gcc/config/m68k/m68k.md @@ -3599,7 +3599,7 @@ [(set (match_operand:DI 0 "general_operand" "=o,d") (and:DI (match_operand:DI 1 "general_operand" "%0,0") (match_operand:DI 2 "general_operand" "dn,don")))] - "" + "!TARGET_5200" "* { CC_STATUS_INIT; @@ -3959,7 +3959,7 @@ [(set (match_operand:DI 0 "general_operand" "=od") (xor:DI (match_operand:DI 1 "general_operand" "%0") (match_operand:DI 2 "general_operand" "dn")))] - "" + "!TARGET_5200" "* { CC_STATUS_INIT; diff --git a/gnu/egcs/gcc/config/m68k/mot3300-crt0.S b/gnu/egcs/gcc/config/m68k/mot3300-crt0.S index 31dc26618d7..489261421b1 100644 --- a/gnu/egcs/gcc/config/m68k/mot3300-crt0.S +++ b/gnu/egcs/gcc/config/m68k/mot3300-crt0.S @@ -93,6 +93,6 @@ __stop_monitor: COMM splimit%,4 COMM environ,4 - IDENT ("$Id: mot3300-crt0.S,v 1.1.1.1 1999/05/26 13:35:41 espie Exp $") + IDENT ("$Id: mot3300-crt0.S,v 1.1.1.2 1999/08/23 20:30:20 espie Exp $") IDENT ("Contributed by Manfred Hollstein (manfred@lts.sel.alcatel.de)") IDENT ("Corrections by Philippe De Muyter (phdm@macqel.be)") diff --git a/gnu/egcs/gcc/config/m68k/mot3300Mcrt0.S b/gnu/egcs/gcc/config/m68k/mot3300Mcrt0.S index 522ce66243c..0d24fbf4b66 100644 --- a/gnu/egcs/gcc/config/m68k/mot3300Mcrt0.S +++ b/gnu/egcs/gcc/config/m68k/mot3300Mcrt0.S @@ -137,6 +137,6 @@ LOCAL_LABEL(endofstart): COMM environ,4 COMM _countbase,4 - IDENT ("$Id: mot3300Mcrt0.S,v 1.1.1.1 1999/05/26 13:35:41 espie Exp $") + IDENT ("$Id: mot3300Mcrt0.S,v 1.1.1.2 1999/08/23 20:30:20 espie Exp $") IDENT ("Contributed by Manfred Hollstein (manfred@lts.sel.alcatel.de)") IDENT ("Corrections by Philippe De Muyter (phdm@macqel.be)") |