Commit aabd39e7 authored by rearnsha's avatar rearnsha
Browse files

* arm.h (STRUCT_VALUE): Define to 0, not NULL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35986 138bc75d-0d04-0410-961f-82ee72b054a4
parent 15750b1e
2000-08-25 Richard Earnshaw <rearnsha@arm.com>
* arm.h (STRUCT_VALUE): Define to 0, not NULL.
Fri Aug 25 12:52:49 EDT 2000 John Wehle (john@feith.com)
* i386.c (ix86_find_base_term): New.
......
......@@ -877,7 +877,7 @@ extern const char * structure_size_string;
#define ARG_REGISTER(N) (N - 1)
/* RTX for structure returns. NULL means use a hidden first argument. */
#define STRUCT_VALUE NULL
#define STRUCT_VALUE 0
/* Specify the registers used for certain standard purposes.
The values of these macros are register numbers. */
......
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