From 428a927446df5f9626dd4aefef2c1850afb0236f Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 12 Apr 1996 18:41:09 +0000 Subject: [PATCH] (CPP_PREDEFINES): Define __semi__ instead of semi. From-SVN: r11705 --- gcc/config/arm/semi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/arm/semi.h b/gcc/config/arm/semi.h index 57af65801fa..5038e9d3b88 100644 --- a/gcc/config/arm/semi.h +++ b/gcc/config/arm/semi.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. ARM on semi-hosted platform - Copyright (C) 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. Contributed by Richard Earnshaw (richard.earnshaw@armltd.co.uk) This file is part of GNU CC. @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #define LIB_SPEC "-lc" #define CPP_PREDEFINES \ - "-Darm -Dsemi -Acpu(arm) -Amachine(arm)" + "-Darm -D__semi__ -Acpu(arm) -Amachine(arm)" #define CPP_SPEC "%{m6:-D__arm6__} \ %{mcpu-*:-D__%*} \