Commit 6a40fc2b by Roger Collins Committed by Neil Booth

* config/i386/xm-i386.h: Make __i386__ a boolean macro.

From-SVN: r39239
parent 295504e3
2001-01-24 Roger Collins <roger@ProProject.com>
* config/i386/xm-i386.h: Make __i386__ a boolean macro.
2001-01-24 Will Cohen <wcohen@redhat.com> 2001-01-24 Will Cohen <wcohen@redhat.com>
* config/mips/abi64.h (RETURN_IN_MEMORY): Always take into account * config/mips/abi64.h (RETURN_IN_MEMORY): Always take into account
......
...@@ -19,7 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, ...@@ -19,7 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
#ifndef __i386__ #ifndef __i386__
#define __i386__ #define __i386__ 1
#endif #endif
/* #defines that need visibility everywhere. */ /* #defines that need visibility everywhere. */
......
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