projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
333031f
)
* builtins.c (SLOW_UNALIGNED_ACCESS): Remove.
author
Jie Zhang
<jie@codesourcery.com>
Tue, 28 Dec 2010 06:13:28 +0000
(06:13 +0000)
committer
Jie Zhang
<jiez@gcc.gnu.org>
Tue, 28 Dec 2010 06:13:28 +0000
(06:13 +0000)
From-SVN: r168293
gcc/ChangeLog
patch
|
blob
|
history
gcc/builtins.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 975be15f082e7c2dc797ce701726fbf0dcc94642..d21e284834c68f4df6ec31cdcfc31956757a0702 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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,
diff --git
a/gcc/builtins.c
b/gcc/builtins.c
index eb2aa3e6b34300d37cea3ee4862d3a5811819cfc..ec0aecf98eae6dd813c7146395573c3d925e7e47 100644
(file)
--- a/
gcc/builtins.c
+++ b/
gcc/builtins.c
@@
-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