From: Olivier Hainque Date: Sat, 7 Aug 2004 16:32:39 +0000 (+0200) Subject: * config/vxworks.h (HANDLE_SYSV_PRAGMA): Remove definition. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34def210f8b9e59bd9e69d4dc70ec2592aef1e67;p=gcc.git * config/vxworks.h (HANDLE_SYSV_PRAGMA): Remove definition. From-SVN: r85672 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 80dec913224..7cd55d3df51 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-08-07 Olivier Hainque + + * config/vxworks.h (HANDLE_SYSV_PRAGMA): Remove definition. + 2004-08-07 Jason Merrill * gimplify.c (gimplify_call_expr): Make return in memory explicit. diff --git a/gcc/config/vxworks.h b/gcc/config/vxworks.h index 085eb8ce648..6978ee1d38d 100644 --- a/gcc/config/vxworks.h +++ b/gcc/config/vxworks.h @@ -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