Replace STRUCT_VALUE_REGNUm by STRUCT_VALUE

From-SVN: r35919
This commit is contained in:
Nick Clifton 2000-08-23 19:28:44 +00:00 committed by Nick Clifton
parent bbdac7d000
commit 64a7723db4
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2000-08-23 Nick Clifton <nickc@redhat.com>
* config/arm/arm.h (STRUCT_VALUE): Define.
(STRUCT_VALUE_REGNUM): Delete.
2000-08-23 Zack Weinberg <zack@wolery.cumb.org>
* cpphash.h (IN_I): New flag for directive table.

View File

@ -876,9 +876,8 @@ extern const char * structure_size_string;
/* Return the regiser number of the N'th (integer) argument. */
#define ARG_REGISTER(N) (N - 1)
/* Register in which address to store a structure value
is passed to a function. */
#define STRUCT_VALUE_REGNUM ARG_REGISTER (1)
/* RTX for structure returns. NULL means use a hidden first argument. */
#define STRUCT_VALUE NULL
/* Specify the registers used for certain standard purposes.
The values of these macros are register numbers. */