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
9593d79a
Commit
9593d79a
authored
20 years ago
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing entry.
From-SVN: r92196
parent
1b449375
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
gcc/ChangeLog
+27
-0
No files found.
gcc/ChangeLog
View file @
9593d79a
2004
-
12
-
15
Eric
Botcazou
<
ebotcazou
@
libertysurf
.
fr
>
PR
other
/
18665
*
libgcc
-
std
.
ver
(
GCC_3
.4.4
):
Inherit
from
GCC_3
.4.2
.
Export
__absvti2
,
__addvti3
,
__mulvti3
,
__negvti2
and
__subvti3
.
*
libgcc2
.
c
(
__addvsi3
):
Rename
to
__addvSI3
.
New
version
if
COMPAT_SIMODE_TRAPPING_ARITHMETIC
.
(
__addvdi3
):
Rename
to
__addvDI3
.
(
__subvsi3
):
Rename
to
__subvSI3
.
Use
word
type
for
the
result
.
New
version
if
COMPAT_SIMODE_TRAPPING_ARITHMETIC
.
(
__subvdi3
):
Rename
to
__subvDI3
.
(
_mulvsi3
):
Rename
to
_mulvSI3
.
New
version
if
COMPAT_SIMODE_TRAPPING_ARITHMETIC
.
(
_mulvdi3
):
Rename
to
_mulvDI3
.
(
__negvsi2
):
Rename
to
__negvSI2
.
New
version
if
COMPAT_SIMODE_TRAPPING_ARITHMETIC
.
(
__negvdi2
):
Rename
to
__negvDI2
.
(
__absvsi2
):
Rename
to
__absvSI2
.
New
version
if
COMPAT_SIMODE_TRAPPING_ARITHMETIC
.
(
__absvdi2
):
Rename
to
__absvDI2
.
*
libgcc2
.
h
(
64
-
bit
targets
):
Define
COMPAT_SIMODE_TRAPPING_ARITHMETIC
.
(
__absvSI2
,
__addvSI3
,
__subvSI3
,
__mulvSI3
,
__negvSI2
,
__absvDI2
,
__addvDI3
,
__subvDI3
,
__mulvDI3
,
__negvDI2
):
Define
to
the
appropriate
symbol
and
declare
.
(
__absvsi2
,
__addvsi3
,
__subvsi3
,
__mulvsi3
,
__negvsi2
):
Declare
if
COMPAT_SIMODE_TRAPPING_ARITHMETIC
.
2004
-
12
-
15
Kazuhiro
Inaoka
<
inaoka
.
kazuhiro
@
reneasas
.
com
>
*
config
/
m32r
/
m32r
.
h
(
PREFERRED_DEBUGGING_TYPE
):
...
...
This diff is collapsed.
Click to expand it.
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