|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Nov 29 16:01:54 CET 2005
Subject: [cvs-checkins] MODIFIED: or1k ...
Date: 00/05/11 29:16:01 Modified: or1k/gcc/gcc-3.4.4/gcc/config/or32 or32.h Log: change default Revision Changes Path 1.2 or1k/gcc/gcc-3.4.4/gcc/config/or32/or32.h http://www.opencores.org/cvsweb.shtml/or1k/gcc/gcc-3.4.4/gcc/config/or32/or32.h.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: or32.h =================================================================== RCS file: /cvsroot/phoenix/or1k/gcc/gcc-3.4.4/gcc/config/or32/or32.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- or32.h 29 Nov 2005 14:23:09 -0000 1.1 +++ or32.h 29 Nov 2005 15:01:54 -0000 1.2 @@ -127,7 +127,7 @@ /* Default target_flags if no switches specified. */ #ifndef TARGET_DEFAULT -#define TARGET_DEFAULT (MASK_HARD_MUL | MASK_CMOV) +#define TARGET_DEFAULT (MASK_HARD_MUL) #endif #undef TARGET_ASM_NAMED_SECTION
|