From f32d49a82ef71de646cd682a0b0410b300146ccc Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Thu, 24 Feb 2000 04:59:34 +0000 Subject: i386.h: Remove useless definition of "I386" and misleading comment above it. * i386.h: Remove useless definition of "I386" and misleading comment above it. From-SVN: r32130 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/i386.h | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 991d4a7..71765ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2000-02-23 Zack Weinberg + * i386.h: Remove useless definition of "I386" and misleading + comment above it. + +2000-02-23 Zack Weinberg + * tree.h (TREE_SET_PERMANENT): New macro. Document conditions under which TREE_PERMANENT will be set. * tree.c (make_node, copy_node, make_tree_vec, tree_cons, diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 3965878..468406e 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -33,10 +33,6 @@ Boston, MA 02111-1307, USA. */ ADDR_BEG, ADDR_END, PRINT_IREG, PRINT_SCALE, PRINT_B_I_S, and many that start with ASM_ or end in ASM_OP. */ -/* Names to predefine in the preprocessor for this target machine. */ - -#define I386 1 - /* Stubs for half-pic support if not OSF/1 reference platform. */ #ifndef HALF_PIC_P -- cgit v1.1