Commit 937018d6 by Richard Kenner

(HANDLE_SYSV_PRAGMA): Define.

From-SVN: r6617
parent 453331a3
...@@ -95,3 +95,6 @@ ...@@ -95,3 +95,6 @@
: 0) : 0)
/* On other 386 systems, the last line looks like this: /* On other 386 systems, the last line looks like this:
: (aggregate_value_p (TREE_TYPE (FUNTYPE))) ? GET_MODE_SIZE (Pmode) : 0) */ : (aggregate_value_p (TREE_TYPE (FUNTYPE))) ? GET_MODE_SIZE (Pmode) : 0) */
/* Handle #pragma pack. */
#define HANDLE_SYSV_PRAGMA
...@@ -86,3 +86,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -86,3 +86,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Use periods rather than dollar signs in special g++ assembler names. */ /* Use periods rather than dollar signs in special g++ assembler names. */
#define NO_DOLLAR_IN_LABEL #define NO_DOLLAR_IN_LABEL
/* Handle #pragma pack. */
#define HANDLE_SYSV_PRAGMA
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment