diff options
| author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-20 16:23:57 +0000 |
|---|---|---|
| committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-20 16:23:57 +0000 |
| commit | d605c7ef2e22789f34c7c4177bdc83db0a8d7b8d (patch) | |
| tree | 4295b8934696a44bd8910c44cd7abd4203b24806 | |
| parent | 7ac1fd6d66c4ba30fb751d99edc1bb40a29fe734 (diff) | |
| download | ppe42-gcc-d605c7ef2e22789f34c7c4177bdc83db0a8d7b8d.tar.gz ppe42-gcc-d605c7ef2e22789f34c7c4177bdc83db0a8d7b8d.zip | |
2006-04-20 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (asm_preferred_eh_data_format): Reformat.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113122 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 164b3e34be9..020cb63d219 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 3fc19bf6737..2ef28cb48f2 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))) |

