diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/i386/i386.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 164b3e3..020cb63 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-04-20 H.J. Lu <hongjiu.lu@intel.com> + + * config/i386/i386.c (asm_preferred_eh_data_format): Reformat. + 2006-04-20 Volker Reichelt <reichelt@igpm.rwth-aachen.de> PR mudflap/26789 diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 3fc19bf..2ef28cb 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -18861,7 +18861,7 @@ asm_preferred_eh_data_format (int code, int global) { if (flag_pic) { -int type = DW_EH_PE_sdata8; + int type = DW_EH_PE_sdata8; if (!TARGET_64BIT || ix86_cmodel == CM_SMALL_PIC || (ix86_cmodel == CM_MEDIUM_PIC && (global || code))) |
