Fixes a problem compiling on sparcs where STRUCT_VALUE is defined in sparc.h to...

Fixes a problem compiling on sparcs where STRUCT_VALUE is defined in
sparc.h to use gen_rtx_MEM() and then evaluated in an #if directive in
sendmsg.c.
        * objc/sendmsg.c: Define gen_rtx_MEM() to 1, as is already done
        for gen_rtx(MEM, ...).

From-SVN: r19353
This commit is contained in:
Kaveh R. Ghazi 1998-04-21 06:50:07 +00:00 committed by Kaveh Ghazi
parent cb85a2f3bd
commit d2f5ef7012
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Apr 21 09:43:55 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* objc/sendmsg.c: Define gen_rtx_MEM() to 1, as is already done
for gen_rtx(MEM, ...).
Tue Apr 21 02:15:36 1998 Richard Henderson <rth@cygnus.com>
* sparc.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Rewrite

View File

@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA. */
/* this is how we hack STRUCT_VALUE to be 1 or 0 */
#define gen_rtx(args...) 1
#define gen_rtx_MEM(args...) 1
#define rtx int
#if !defined(STRUCT_VALUE) || STRUCT_VALUE == 0