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:
parent
06866a7325
commit
a46cec70c7
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
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)
|
||||||
{
|
{
|
||||||
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)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue