OSDN Git Service

* config/vxworks.h (HANDLE_SYSV_PRAGMA): Remove definition.
authorhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Aug 2004 16:32:39 +0000 (16:32 +0000)
committerhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Aug 2004 16:32:39 +0000 (16:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85672 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/vxworks.h

index 80dec91..7cd55d3 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-07  Olivier Hainque  <hainque@act-europe.fr>
+
+       * config/vxworks.h (HANDLE_SYSV_PRAGMA): Remove definition.
+
 2004-08-07  Jason Merrill  <jason@redhat.com>
 
        * gimplify.c (gimplify_call_expr): Make return in memory explicit.
index 085eb8c..6978ee1 100644 (file)
@@ -42,8 +42,8 @@ Boston, MA 02111-1307, USA.  */
 #undef NO_DOLLAR_IN_LABEL
 #define NO_DOT_IN_LABEL
 
-/* enable #pragma pack(n) */
-#define HANDLE_SYSV_PRAGMA
+/* We want #pragma pack(n) enabled and expect to inherit the proper
+   definition of HANDLE_SYSV_PRAGMA from elfos.h for that purpose.  */
 
 /* No underscore is prepended to any C symbol name.  */
 #undef USER_LABEL_PREFIX