aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/netbsd.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@cygnus.com>1999-10-28 09:28:04 +0000
committerNick Clifton <nickc@gcc.gnu.org>1999-10-28 09:28:04 +0000
commit723ae7c17d94b54f886c7f3cb212b8256fc8bb5f (patch)
tree5c38175fa17d41f22c3dc3d15353610f37e97540 /gcc/config/arm/netbsd.h
parent566047c21e297eef4295a3af9892a506bcab4754 (diff)
downloadgcc-723ae7c17d94b54f886c7f3cb212b8256fc8bb5f.zip
gcc-723ae7c17d94b54f886c7f3cb212b8256fc8bb5f.tar.gz
gcc-723ae7c17d94b54f886c7f3cb212b8256fc8bb5f.tar.bz2
Allow netbsd target to also set structure size boundary
From-SVN: r30234
Diffstat (limited to 'gcc/config/arm/netbsd.h')
-rw-r--r--gcc/config/arm/netbsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/netbsd.h b/gcc/config/arm/netbsd.h
index 7b03d4a..4c8ce40 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