* builtins.c (SLOW_UNALIGNED_ACCESS): Remove.
authorJie Zhang <jie@codesourcery.com>
Tue, 28 Dec 2010 06:13:28 +0000 (06:13 +0000)
committerJie Zhang <jiez@gcc.gnu.org>
Tue, 28 Dec 2010 06:13:28 +0000 (06:13 +0000)
From-SVN: r168293

gcc/ChangeLog
gcc/builtins.c

index 975be15f082e7c2dc797ce701726fbf0dcc94642..d21e284834c68f4df6ec31cdcfc31956757a0702 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-28  Jie Zhang  <jie@codesourcery.com>
+
+       * builtins.c (SLOW_UNALIGNED_ACCESS): Remove.
+
 2010-12-27  Joseph Myers  <joseph@codesourcery.com>
 
        * config/freebsd.opt (assert=, defsym=, profile, pthread,
index eb2aa3e6b34300d37cea3ee4862d3a5811819cfc..ec0aecf98eae6dd813c7146395573c3d925e7e47 100644 (file)
@@ -51,9 +51,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic-core.h"
 #include "builtins.h"
 
-#ifndef SLOW_UNALIGNED_ACCESS
-#define SLOW_UNALIGNED_ACCESS(MODE, ALIGN) STRICT_ALIGNMENT
-#endif
 
 #ifndef PAD_VARARGS_DOWN
 #define PAD_VARARGS_DOWN BYTES_BIG_ENDIAN