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
1a9017f9
Commit
1a9017f9
authored
Jan 24, 2002
by
Alexandre Oliva
Committed by
Alexandre Oliva
Jan 24, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.
From-SVN: r49167
parent
6932f033
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/sparc/sparc.md
+2
-2
No files found.
gcc/ChangeLog
View file @
1a9017f9
2002-01-24 Alexandre Oliva <aoliva@redhat.com>
* config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.
2002-01-23 Richard Henderson <rth@redhat.com>
2002-01-23 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.md (call_value_osf_1_er peepholes): Fix typo.
* config/alpha/alpha.md (call_value_osf_1_er peepholes): Fix typo.
...
...
gcc/config/sparc/sparc.md
View file @
1a9017f9
;- Machine description for SPARC chip for GNU C compiler
;- Machine description for SPARC chip for GNU C compiler
;; Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
;; Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
;; 1999, 2000, 2001 Free Software Foundation, Inc.
;; 1999, 2000, 2001
, 2002
Free Software Foundation, Inc.
;; Contributed by Michael Tiemann (tiemann@cygnus.com)
;; Contributed by Michael Tiemann (tiemann@cygnus.com)
;; 64 bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
;; 64 bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
;; at Cygnus Support.
;; at Cygnus Support.
...
@@ -5316,7 +5316,7 @@
...
@@ -5316,7 +5316,7 @@
(define_expand "fix_trunctfdi2"
(define_expand "fix_trunctfdi2"
[
(set (match_operand:DI 0 "register_operand" "=e")
[
(set (match_operand:DI 0 "register_operand" "=e")
(fix:
S
I (fix:TF (match_operand:TF 1 "register_operand" "e"))))]
(fix:
D
I (fix:TF (match_operand:TF 1 "register_operand" "e"))))]
"TARGET_V9 && TARGET_FPU && (TARGET_HARD_QUAD || TARGET_ARCH64)"
"TARGET_V9 && TARGET_FPU && (TARGET_HARD_QUAD || TARGET_ARCH64)"
"
"
{
{
...
...
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