diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-28 09:28:04 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-28 09:28:04 +0000 |
commit | 8fa0c55d2c355bf9cbae7d66a42a01ade6df3d79 (patch) | |
tree | 5c38175fa17d41f22c3dc3d15353610f37e97540 /gcc/config/arm/netbsd.h | |
parent | 427fec8c91721e4790fa2a2816c9b5f5baf32470 (diff) | |
download | ppe42-gcc-8fa0c55d2c355bf9cbae7d66a42a01ade6df3d79.tar.gz ppe42-gcc-8fa0c55d2c355bf9cbae7d66a42a01ade6df3d79.zip |
Allow netbsd target to also set structure size boundary
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30234 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/netbsd.h')
-rw-r--r-- | gcc/config/arm/netbsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/netbsd.h b/gcc/config/arm/netbsd.h index 7b03d4a90ff..4c8ce4094fc 100644 --- a/gcc/config/arm/netbsd.h +++ b/gcc/config/arm/netbsd.h @@ -157,5 +157,5 @@ Boston, MA 02111-1307, USA. */ This modification is not encouraged but with the present state of the NetBSD source tree it is currently the only solution that meets the requirements. */ -#undef STRUCTURE_SIZE_BOUNDARY -#define STRUCTURE_SIZE_BOUNDARY 8 +#undef DEFAULT_STRUCTURE_SIZE_BOUNDARY +#define DEFAULT_STRUCTURE_SIZE_BOUNDARY 8 |