diff options
author | Zack Weinberg <zack@wolery.cumb.org> | 2000-02-24 04:59:34 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-02-24 04:59:34 +0000 |
commit | f32d49a82ef71de646cd682a0b0410b300146ccc (patch) | |
tree | e69da7a4682a1bd7499c962b40847e413e220827 | |
parent | 4e23f9e3a86a13e054eb27548cb48c35ae0667b5 (diff) | |
download | gcc-f32d49a82ef71de646cd682a0b0410b300146ccc.zip gcc-f32d49a82ef71de646cd682a0b0410b300146ccc.tar.gz gcc-f32d49a82ef71de646cd682a0b0410b300146ccc.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/i386.h | 4 |
2 files changed, 5 insertions, 4 deletions
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 <zack@wolery.cumb.org> + * i386.h: Remove useless definition of "I386" and misleading + comment above it. + +2000-02-23 Zack Weinberg <zack@wolery.cumb.org> + * 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 |