summaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-03-31 14:35:03 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-03-31 14:35:03 +0000
commita6a1ab64c42b1a126a51c85d414e26831dc3647d (patch)
treef2c75cf7bb2136590dae5f5d4bc8703039ed9264 /gcc/flags.h
parente2346a2800a0aa0d0e2cb882682a9dfa9accb38b (diff)
downloadgcc-a6a1ab64c42b1a126a51c85d414e26831dc3647d.tar.gz
Add -fpack-struct.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9275 138bc75d-0d04-0410-961f-82ee72b054a4
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 07ea73490ee..a1b6738c2f9 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. */