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
dd748704
Commit
dd748704
authored
Dec 06, 2007
by
Richard Sandiford
Committed by
Richard Sandiford
Dec 06, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix last commit.
From-SVN: r130654
parent
0b6e1647
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/ChangeLog
+2
-2
gcc/config/mips/mips.c
+1
-1
No files found.
gcc/ChangeLog
View file @
dd748704
2007
-
12
-
06
Richard
Sandiford
<
rsandifo
@
nildram
.
co
.
uk
>
2007
-
12
-
06
Richard
Sandiford
<
rsandifo
@
nildram
.
co
.
uk
>
*
config
/
mips
/
mips
.
c
(
mips_function_ok_for_sibcall
):
Use
*
config
/
mips
/
mips
.
c
(
mips_function_ok_for_sibcall
):
Check
targetm
.
binds_local_p
instead
of
DECL_EXTERNAL
.
targetm
.
binds_local_p
as
well
as
DECL_EXTERNAL
.
2007
-
12
-
06
Harsha
Jagasia
<
harsha
.
jagasia
@
amd
.
com
>
2007
-
12
-
06
Harsha
Jagasia
<
harsha
.
jagasia
@
amd
.
com
>
gcc/config/mips/mips.c
View file @
dd748704
...
@@ -5616,7 +5616,7 @@ mips_function_ok_for_sibcall (tree decl, tree exp ATTRIBUTE_UNUSED)
...
@@ -5616,7 +5616,7 @@ mips_function_ok_for_sibcall (tree decl, tree exp ATTRIBUTE_UNUSED)
us otherwise. */
us otherwise. */
if
(
TARGET_INTERLINK_MIPS16
if
(
TARGET_INTERLINK_MIPS16
&&
decl
&&
decl
&&
!
targetm
.
binds_local_p
(
decl
)
&&
(
DECL_EXTERNAL
(
decl
)
||
!
targetm
.
binds_local_p
(
decl
)
)
&&
!
mips_nomips16_decl_p
(
decl
)
&&
!
mips_nomips16_decl_p
(
decl
)
&&
const_call_insn_operand
(
XEXP
(
DECL_RTL
(
decl
),
0
),
VOIDmode
))
&&
const_call_insn_operand
(
XEXP
(
DECL_RTL
(
decl
),
0
),
VOIDmode
))
return
false
;
return
false
;
...
...
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