aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1995-03-31 14:35:03 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1995-03-31 14:35:03 +0000
commit566cdc73b667b4de2f1c98458f26e71a2facd2b0 (patch)
treef2c75cf7bb2136590dae5f5d4bc8703039ed9264 /gcc/flags.h
parent7b09543e23a742fb42db0a0796b73b7b679854b0 (diff)
downloadgcc-566cdc73b667b4de2f1c98458f26e71a2facd2b0.zip
gcc-566cdc73b667b4de2f1c98458f26e71a2facd2b0.tar.gz
gcc-566cdc73b667b4de2f1c98458f26e71a2facd2b0.tar.bz2
Add -fpack-struct.
From-SVN: r9275
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 07ea734..a1b6738 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -1,5 +1,5 @@
/* Compilation switch flag definitions for GNU CC.
- Copyright (C) 1987, 1988, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -334,6 +334,9 @@ extern int flag_verbose_asm;
/* -fgnu-linker specifies use of the GNU linker for initializations.
-fno-gnu-linker says that collect will be used. */
extern int flag_gnu_linker;
+
+/* Tag all structures with __attribute__(packed) */
+extern int flag_pack_struct;
/* Other basic status info about current function. */