Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
34481f28
Commit
34481f28
authored
Jun 22, 2009
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChangeLog: Fixes.
* libgcc/ChangeLog: Fixes. * gcc/ChangeLog: Ditto. From-SVN: r148815
parent
e5e85f2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
14 deletions
+16
-14
gcc/ChangeLog
+7
-6
libgcc/ChangeLog
+9
-8
No files found.
gcc/ChangeLog
View file @
34481f28
...
...
@@ -36,9 +36,10 @@
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.
* config.gcc (i[34567]86-*-mingw*, x86_64-*-mingw*): Add
i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
* config/i386/mingw32.h (LIBGCC2_HAS_TF_MODE): Define.
(LIBGCC2_TF_CEXT): Define.
(TF_SIZE): Define.
...
...
@@ -49,9 +50,9 @@
2009-06-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* config/arm/arm.c (arm_override_options): Disable -mcaller-super-interworking
and -mcallee-super-interworking.
* doc/invoke.texi (ARM Options): Document this.
* config/arm/arm.c (arm_override_options): Disable
-mcaller-super-interworking
and -mcallee-super-interworking.
* doc/invoke.texi (ARM Options): Document this.
2009-06-22 Nathan Sidwell <nathan@codesourcery.com>
...
...
libgcc/ChangeLog
View file @
34481f28
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.host: Add i386/${host_address}/t-fprules-softfp and
t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*.
* config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol
for mingw targets.
* 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.
* config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as
unsigned long long for x64 mingw targets.
(_FP_WS_TYPE): Define as signed long long for x64 mingw target.
(_FP_I_TYPE): Define as long long for x64 mingw target.
2009-06-10 Maciej W. Rozycki <macro@linux-mips.org>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment