Commit 16f425fc by Kazu Hirata Committed by Kazu Hirata

alpha.h (STRUCT_VALUE): Remove.

	* config/alpha/alpha.h (STRUCT_VALUE): Remove.
	* config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
	(STRUCT_VALUE): Remove.

From-SVN: r75881
parent 2c4de30b
2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
* config/alpha/alpha.h (STRUCT_VALUE): Remove.
* config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
(STRUCT_VALUE): Remove.
2003-01-14 Steven Bosscher <stevenb@suse.de> 2003-01-14 Steven Bosscher <stevenb@suse.de>
* system.h: Poison PROMOTED_MODE * system.h: Poison PROMOTED_MODE
......
...@@ -694,11 +694,6 @@ extern const char *alpha_tls_size_string; /* For -mtls-size= */ ...@@ -694,11 +694,6 @@ extern const char *alpha_tls_size_string; /* For -mtls-size= */
current_file functions. Moreover, we do not expose the ldgp current_file functions. Moreover, we do not expose the ldgp
until after reload, so we're probably safe. */ until after reload, so we're probably safe. */
/* #define PIC_OFFSET_TABLE_REG_CALL_CLOBBERED */ /* #define PIC_OFFSET_TABLE_REG_CALL_CLOBBERED */
/* Register in which address to store a structure value
arrives in the function. On the Alpha, the address is passed
as a hidden argument. */
#define STRUCT_VALUE 0
/* Define the classes of registers for register constraints in the /* Define the classes of registers for register constraints in the
machine description. Also define ranges of constants. machine description. Also define ranges of constants.
......
...@@ -51,9 +51,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -51,9 +51,6 @@ Boston, MA 02111-1307, USA. */
#undef TARGET_VERSION #undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (%s)", TARGET_NAME); #define TARGET_VERSION fprintf (stderr, " (%s)", TARGET_NAME);
/* The structure return address arrives as an "argument" on VMS. */
#undef STRUCT_VALUE_REGNUM
#define STRUCT_VALUE 0
#undef PCC_STATIC_STRUCT_RETURN #undef PCC_STATIC_STRUCT_RETURN
/* "long" is 32 bits, but 64 bits for Ada. */ /* "long" is 32 bits, but 64 bits for Ada. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment