mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 17:31:09 +08:00
Missed changelog entry.
From-SVN: r148799
This commit is contained in:
parent
f0375e7861
commit
54f549afdd
@ -1,3 +1,11 @@
|
||||
2009-06-22 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* config.gcc: Add for x86 and x64 mingw targets t-fprules-soft
|
||||
and t-softfp support.
|
||||
* config/i386/mingw32.h (LIBGCC2_HAS_TF_MODE): Enable TFmode.
|
||||
(LIBGCC2_TF_CEXT): Define.
|
||||
(TF_SIZE): Define.
|
||||
|
||||
2009-06-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
|
||||
|
||||
PR target/40463
|
||||
|
@ -1,3 +1,20 @@
|
||||
2009-06-22 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* config.host: Add soft emulation for x86 and x64 mingw targets.
|
||||
* config/i386/64/_divtc3.c: Disable for mingw targets usage of
|
||||
.symver assembly symbol.
|
||||
* config/i386/64/_multc3.c: Likewise.
|
||||
* config/i386/64/_powitf2.c: Likewise.
|
||||
* config/i386/64/eqtf2.c: Likewise.
|
||||
* config/i386/64/getf2.c: Likewise.
|
||||
* config/i386/64/letf2.c: Likewise.
|
||||
* config/i386/64/letf2.c: Likewise.
|
||||
* config/i386/64/sfp-machine.h (_FP_W_TYPE): Define it
|
||||
for x64 mingw target as unsigned long long.
|
||||
(_FP_WS_TYPE): Define it for x64 mingw target as signed long
|
||||
long.
|
||||
(_FP_I_TYPE): Define it for x64 mingw target as long long.
|
||||
|
||||
2009-06-10 Maciej W. Rozycki <macro@linux-mips.org>
|
||||
|
||||
* config.host (vax-*-linux*): New.
|
||||
|
Loading…
x
Reference in New Issue
Block a user