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
b75eeb37
Commit
b75eeb37
authored
Oct 18, 2011
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sparc/sparc.md (in_call_delay): Fix formatting issues.
From-SVN: r180122
parent
4daba884
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
gcc/ChangeLog
+5
-2
gcc/config/sparc/sparc.md
+6
-6
No files found.
gcc/ChangeLog
View file @
b75eeb37
2011-10-17 Eric Botcazou <ebotcazou@adacore.com>
* config/sparc/sparc.md (in_call_delay): Fix formatting issues.
2011-10-17 Michael Spertus <mike_spertus@symantec.com>
2011-10-17 Michael Spertus <mike_spertus@symantec.com>
* gcc/c-family/c-common.c (c_common_reswords): Add __bases,
* gcc/c-family/c-common.c (c_common_reswords): Add __bases,
...
@@ -148,8 +152,7 @@
...
@@ -148,8 +152,7 @@
2011-10-17 Andi Kleen <ak@linux.intel.com>
2011-10-17 Andi Kleen <ak@linux.intel.com>
* ggc-page.c (USING_MADVISE): Adjust ifdef to check for
* ggc-page.c (USING_MADVISE): Adjust ifdef to check for USING_MMAP.
USING_MMAP.
2011-10-17 Georg-Johann Lay <avr@gjlay.de>
2011-10-17 Georg-Johann Lay <avr@gjlay.de>
gcc/config/sparc/sparc.md
View file @
b75eeb37
...
@@ -386,15 +386,15 @@
...
@@ -386,15 +386,15 @@
(define_attr "in_call_delay" "false,true"
(define_attr "in_call_delay" "false,true"
(cond
[
(eq_attr "type" "uncond_branch,branch,call,sibcall,call_no_delay_slot,multi")
(cond
[
(eq_attr "type" "uncond_branch,branch,call,sibcall,call_no_delay_slot,multi")
(const_string "false")
(const_string "false")
(eq_attr "type" "load,fpload,store,fpstore")
(eq_attr "type" "load,fpload,store,fpstore")
(if_then_else (eq_attr "length" "1")
(if_then_else (eq_attr "length" "1")
(const_string "true")
(const_string "true")
(const_string "false"))]
(const_string "false"))]
(if_then_else (and (eq_attr "length" "1")
(if_then_else (and (eq_attr "length" "1")
(eq_attr "tls_call_delay" "true"))
(eq_attr "tls_call_delay" "true"))
(const_string "true")
(const_string "true")
(const_string "false"))))
(const_string "false"))))
(define_attr "eligible_for_sibcall_delay" "false,true"
(define_attr "eligible_for_sibcall_delay" "false,true"
(symbol_ref "(eligible_for_sibcall_delay (insn)
(symbol_ref "(eligible_for_sibcall_delay (insn)
...
...
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