* config/i386/xm-i386.h: Make __i386__ a boolean macro.
From-SVN: r39239
This commit is contained in:
parent
295504e3a7
commit
6a40fc2b75
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* config/mips/abi64.h (RETURN_IN_MEMORY): Always take into account
|
||||
|
@ -19,7 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#ifndef __i386__
|
||||
#define __i386__
|
||||
#define __i386__ 1
|
||||
#endif
|
||||
|
||||
/* #defines that need visibility everywhere. */
|
||||
|
Loading…
Reference in New Issue
Block a user