From a96ad3486e4f3a949bcfccf5aecbd1b5e35c5307 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Thu, 12 Aug 2010 12:12:32 +0200 Subject: [PATCH] i386.c (LONG_TYPE_SIZE): Remove. * config/i386/i386.c (LONG_TYPE_SIZE): Remove. (EMPTY_FIELD_BOUNDARY): Remove. * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove. From-SVN: r163188 --- gcc/ChangeLog | 10 ++++++++-- gcc/config/i386/i386-interix.h | 2 -- gcc/config/i386/i386.h | 9 ++------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fff6268ff634..a20fb37df3d6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-08-12 Uros Bizjak + + * config/i386/i386.c (LONG_TYPE_SIZE): Remove. + (EMPTY_FIELD_BOUNDARY): Remove. + * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove. + 2010-08-12 Jakub Jelinek PR debug/45259 @@ -752,7 +758,7 @@ alias_sets_conflict_p. (walk_mems_1): Moved from alias.c. (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p - in alias.c. + in alias.c. (add_inter_loop_mem_dep): Use insns_may_alias_p now. * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p. * alias.c (walk_mems_2): Moved to ddg.c. @@ -767,7 +773,7 @@ *alias.h (nonoverlapping_memrefs_p): New flag as third argument. (insn_alias_sets_conflict_p): Removed *rtl.h (may_alias_p): New function prototype. - + 2010-08-09 Nathan Froyd * tree.c (nreverse): Assert that we don't have a BLOCK. diff --git a/gcc/config/i386/i386-interix.h b/gcc/config/i386/i386-interix.h index 060b82ca245e..c92e42e92926 100644 --- a/gcc/config/i386/i386-interix.h +++ b/gcc/config/i386/i386-interix.h @@ -287,8 +287,6 @@ while (0) #define HOST_PTR_AS_INT unsigned long -#define PCC_BITFIELD_TYPE_MATTERS 1 - /* The following two flags are usually "off" for i386, because some non-gnu tools (for the i386) don't handle them. However, we don't have that problem, so.... */ diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 57c224420f65..9ef0a1b28ebb 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -661,10 +661,9 @@ enum target_cpu_default #define SHORT_TYPE_SIZE 16 #define INT_TYPE_SIZE 32 -#define FLOAT_TYPE_SIZE 32 -#define LONG_TYPE_SIZE BITS_PER_WORD -#define DOUBLE_TYPE_SIZE 64 #define LONG_LONG_TYPE_SIZE 64 +#define FLOAT_TYPE_SIZE 32 +#define DOUBLE_TYPE_SIZE 64 #define LONG_DOUBLE_TYPE_SIZE 80 #define WIDEST_HARDWARE_FP_SIZE LONG_DOUBLE_TYPE_SIZE @@ -740,10 +739,6 @@ enum target_cpu_default /* C++ stores the virtual bit in the lowest bit of function pointers. */ #define TARGET_PTRMEMFUNC_VBIT_LOCATION ptrmemfunc_vbit_in_pfn -/* Alignment of field after `int : 0' in a structure. */ - -#define EMPTY_FIELD_BOUNDARY BITS_PER_WORD - /* Minimum size in bits of the largest boundary to which any and all fundamental data types supported by the hardware might need to be aligned. No data type wants to be aligned