[llvm-commits] [llvm-gcc-4.0] r42351 - /llvm-gcc-4.0/trunk/gcc/config/freebsd.h

Anton Korobeynikov asl at math.spbu.ru
Wed Sep 26 00:36:55 PDT 2007


Author: asl
Date: Wed Sep 26 02:36:55 2007
New Revision: 42351

URL: http://llvm.org/viewvc/llvm-project?rev=42351&view=rev
Log:
FreeBSD really supports #pragma pack(push). This fixes PR1702

Modified:
    llvm-gcc-4.0/trunk/gcc/config/freebsd.h

Modified: llvm-gcc-4.0/trunk/gcc/config/freebsd.h
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.0/trunk/gcc/config/freebsd.h?rev=42351&r1=42350&r2=42351&view=diff

==============================================================================
--- llvm-gcc-4.0/trunk/gcc/config/freebsd.h (original)
+++ llvm-gcc-4.0/trunk/gcc/config/freebsd.h Wed Sep 26 02:36:55 2007
@@ -85,3 +85,7 @@
    This enables the test coverage code to use file locking when exiting a
    program, which avoids race conditions if the program has forked.  */
 #define TARGET_HAS_F_SETLKW
+
+/* LLVM LOCAL begin */
+#define HANDLE_PRAGMA_PACK_PUSH_POP
+/* LLVM LOCAL end */





More information about the llvm-commits mailing list