aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/elf.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@cygnus.com>1999-10-27 18:31:35 +0000
committerNick Clifton <nickc@gcc.gnu.org>1999-10-27 18:31:35 +0000
commit6ead9ba5a235459ceb3e3d4f6e963d38efd6c6a8 (patch)
tree35b83f2ee2995721922dffbd7f63b483c4cec73b /gcc/config/arm/elf.h
parenta2edce31a6bc68fcdb9be328eaf9f0f74bcbc64e (diff)
downloadgcc-6ead9ba5a235459ceb3e3d4f6e963d38efd6c6a8.zip
gcc-6ead9ba5a235459ceb3e3d4f6e963d38efd6c6a8.tar.gz
gcc-6ead9ba5a235459ceb3e3d4f6e963d38efd6c6a8.tar.bz2
allow all arm targets to use -mstructure-size-boundary=XX
From-SVN: r30220
Diffstat (limited to 'gcc/config/arm/elf.h')
-rw-r--r--gcc/config/arm/elf.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h
index 3b71229..3e06891 100644
--- a/gcc/config/arm/elf.h
+++ b/gcc/config/arm/elf.h
@@ -172,15 +172,6 @@ Boston, MA 02111-1307, USA. */
#define MULTILIB_DEFAULTS { "mlittle-endian", "msoft-float", "mapcs-32", "mno-thumb-interwork" }
#endif
-/* Setting this to 32 produces more efficient code, but the value set in previous
- versions of this toolchain was 8, which produces more compact structures. The
- command line option -mstructure_size_boundary=<n> can be used to change this
- value. */
-#undef STRUCTURE_SIZE_BOUNDARY
-#define STRUCTURE_SIZE_BOUNDARY arm_structure_size_boundary
-
-extern int arm_structure_size_boundary;
-
/* A C expression whose value is nonzero if IDENTIFIER with arguments ARGS
is a valid machine specific attribute for DECL.
The attributes in ATTRIBUTES have previously been assigned to DECL. */