From Santiago Vila
authorSantiago Vila <sanvila@unex.es>
Thu, 18 Dec 2003 02:32:11 +0000 (02:32 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 18 Dec 2003 02:32:11 +0000 (18:32 -0800)
* config/kfreebsdgnu.h (TARGET_OS_CPP_BUILTINS): Rename from
TARET_OS_CPP_BUILTINS.

From-SVN: r74768

gcc/ChangeLog
gcc/config/kfreebsdgnu.h

index e9a983bb9c4593f6776413e0e998a0259615223c..f92b1b5e6dc509be6e89edf1b3030784728225e7 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-17  Santiago Vila  <sanvila@unex.es>
+
+       * config/kfreebsdgnu.h (TARGET_OS_CPP_BUILTINS): Rename from
+       TARET_OS_CPP_BUILTINS.
+
 2003-12-16  Kazu Hirata  <kazu@cs.umass.edu>
 
        * emit-rtl.c: Fix signed/unsigned comparison warnings.
index 59a68295c2a29f57e49139564d9c58c35f4e56c4..ad8d68c3f21f215a21d134fe623f4e3daf803c0d 100644 (file)
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA.  */
 #define WCHAR_TYPE "int"
 
 #undef TARGET_OS_CPP_BUILTINS
-#define TARET_OS_CPP_BUILTINS()                                \
+#define TARGET_OS_CPP_BUILTINS()                               \
   builtin_define ("__GNU_KFreeBSD__=0");               \
   builtin_define ("__gnu_kfreebsd__=0");               \
   builtin_define ("__FreeBSD_kernel__=5");             \