Fixes a problem compiling on sparcs where STRUCT_VALUE is defined in sparc.h to...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 21 Apr 1998 06:50:07 +0000 (06:50 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 21 Apr 1998 06:50:07 +0000 (06:50 +0000)
commitd2f5ef7012f3bb5a0b403a1530d389c3355fb004
tree43b520f2ab58b787bd6dd067df38e0152dc2f15c
parentcb85a2f3bd8b1d92bc22caf6d7ffd19981189f73
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
gcc/ChangeLog
gcc/objc/sendmsg.c