i386.c (asm_preferred_eh_data_format): Reformat.

2006-04-20  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.c (asm_preferred_eh_data_format): Reformat.

From-SVN: r113122
This commit is contained in:
H.J. Lu 2006-04-20 16:23:57 +00:00 committed by H.J. Lu
parent 06866a7325
commit a46cec70c7
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)))