This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Remove useless macro definition


Since SLOW_UNALIGNED_ACCESS is not used anymore in builtins.c, I have committed this patch to remove its definition in that file under the obvious rule.


Regards, -- Jie Zhang

	* builtins.c (SLOW_UNALIGNED_ACCESS): Remove.

Index: builtins.c
===================================================================
--- builtins.c	(revision 168292)
+++ builtins.c	(working copy)
@@ -51,9 +51,6 @@ along with GCC; see the file COPYING3.
 #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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]