Commit a46cec70 by H.J. Lu Committed by H.J. Lu

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
parent 06866a73
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> 2006-04-20 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR mudflap/26789 PR mudflap/26789
......
...@@ -18861,7 +18861,7 @@ asm_preferred_eh_data_format (int code, int global) ...@@ -18861,7 +18861,7 @@ asm_preferred_eh_data_format (int code, int global)
{ {
if (flag_pic) if (flag_pic)
{ {
int type = DW_EH_PE_sdata8; int type = DW_EH_PE_sdata8;
if (!TARGET_64BIT if (!TARGET_64BIT
|| ix86_cmodel == CM_SMALL_PIC || ix86_cmodel == CM_SMALL_PIC
|| (ix86_cmodel == CM_MEDIUM_PIC && (global || code))) || (ix86_cmodel == CM_MEDIUM_PIC && (global || code)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment