aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-11-19 05:36:13 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-11-19 05:36:13 -0500
commit2e3f1b280bb2fd7b284aeadc197ba574ca589510 (patch)
tree7d74c027091152a29c55c50ee97ddb77ff305e7b
parent15568776420762900c270bdaa268103d69ae8fbb (diff)
downloadgcc-2e3f1b280bb2fd7b284aeadc197ba574ca589510.zip
gcc-2e3f1b280bb2fd7b284aeadc197ba574ca589510.tar.gz
gcc-2e3f1b280bb2fd7b284aeadc197ba574ca589510.tar.bz2
(DEFAULT_PCC_STRUCT_RETURN): Define as 0.
From-SVN: r8521
-rw-r--r--gcc/config/a29k/unix.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/config/a29k/unix.h b/gcc/config/a29k/unix.h
index 4b03e42..c6b70b4 100644
--- a/gcc/config/a29k/unix.h
+++ b/gcc/config/a29k/unix.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler, for AMD Am29000 CPU, Unix.
- Copyright (C) 1991, 1993 Free Software Foundation, Inc.
- Contributed by Richard Kenner (kenner@nyu.edu)
+ Copyright (C) 1991, 1993, 1994 Free Software Foundation, Inc.
+ Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
This file is part of GNU CC.
@@ -76,6 +76,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define OVERRIDE_OPTIONS if (flag_shared_data) flag_no_common = 1;
+/* Default to -fno-pcc-struct-return, since we don't have to worry about
+ compatibility. */
+#define DEFAULT_PCC_STRUCT_RETURN 0
+
#if 0 /* This would be needed except that the 29k doesn't have strict
alignment requirements. */