]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
alpha.h (STRUCT_VALUE): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 14 Jan 2004 20:16:57 +0000 (20:16 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 14 Jan 2004 20:16:57 +0000 (20:16 +0000)
* config/alpha/alpha.h (STRUCT_VALUE): Remove.
* config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
(STRUCT_VALUE): Remove.

From-SVN: r75881

gcc/ChangeLog
gcc/config/alpha/alpha.h
gcc/config/alpha/vms.h

index d4e26153f661a74e80cd5d0d41f9d4d252e722a7..c45ba3e270ad0b65a58b85b7804dee70ccc03cc2 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
        * system.h: Poison PROMOTED_MODE
index fac277240a3afaca6e90297e82a115ba4b0423f7..78dbd105845d3a9f06bb4236c19bf1539b57c3b1 100644 (file)
@@ -694,11 +694,6 @@ extern const char *alpha_tls_size_string; /* For -mtls-size= */
    current_file functions.  Moreover, we do not expose the ldgp
    until after reload, so we're probably safe.  */
 /* #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
 \f
 /* Define the classes of registers for register constraints in the
    machine description.  Also define ranges of constants.
index 338ed559a32d485f79b42acf36a1b35e47a42ce4..b47c7e38646e385e3640d556717dc4d82682d5dc 100644 (file)
@@ -51,9 +51,6 @@ Boston, MA 02111-1307, USA.  */
 #undef TARGET_VERSION
 #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
 
 /* "long" is 32 bits, but 64 bits for Ada.  */