OSDN Git Service

* jump.c (jump_optimize, follow_jumps, mark_jump_label): Disable some
[pf3gnuchains/gcc-fork.git] / gcc / genconfig.c
index f1585c6..404534e 100644 (file)
@@ -17,7 +17,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 
 #include <stdio.h>
@@ -343,15 +344,7 @@ from the machine description file `md'.  */\n\n");
     printf ("#define HAVE_cc0\n");
 
   if (have_cmove_flag)
-    {
-      /* ??? The #ifndef/#endif is a hack for targets like sparc where
-         conditional moves don't exist for all versions of the
-        architecture.  This won't be needed after conditional move support
-        has been clean up.  */
-      printf ("#ifndef HAVE_conditional_move\n");
-      printf ("#define HAVE_conditional_move 1\n");
-      printf ("#endif\n");
-    }
+    printf ("#define HAVE_conditional_move\n");
 
   if (have_lo_sum_flag)
     printf ("#define HAVE_lo_sum\n");