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
9e1883a2
Commit
9e1883a2
authored
Dec 27, 2012
by
Andreas Schwab
Committed by
Andreas Schwab
Dec 27, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* target.def (supports_function_versions): Fix typo.
From-SVN: r194731
parent
eb745e40
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
gcc/ChangeLog
+4
-3
gcc/target.def
+1
-1
No files found.
gcc/ChangeLog
View file @
9e1883a2
<<<<<<<
.
mine
2012
-
12
-
27
Andreas
Schwab
<
schwab
@linux
-
m68k
.
org
>
*
target
.
def
(
supports_function_versions
)
:
Fix
typo
.
2012
-
12
-
26
Sriraman
Tallam
<
tmsriram
@google
.
com
>
*
doc
/
tm
.
texi
.
in
(
TARGET_OPTION_SUPPORTS_FUNCTION_VERSIONS
)
:
Document
...
...
@@ -15,12 +18,10 @@
*
(
is_function_default_version
)
:
Check
target
string
.
*
TARGET_OPTION_SUPPORTS_FUNCTION_VERSIONS
:
New
macro
.
=======
2012
-
12
-
27
Steven
Bosscher
<
steven
@gcc
.
gnu
.
org
>
*
cgraph
.
c
(
verify_cgraph_node
)
:
Don
'
t
allocate
/
free
visited_nodes
set
.
>>>>>>>
.
r194729
2012
-
12
-
25
John
David
Anglin
<
dave
.
anglin
@nrc
-
cnrc
.
gc
.
ca
>
PR
target
/
53789
gcc/target.def
View file @
9e1883a2
...
...
@@ -2839,7 +2839,7 @@ DEFHOOK
(
supports_function_versions
,
""
,
bool
,
(
void
),
hoo
l
_bool_void_false
)
hoo
k
_bool_void_false
)
/* Function to determine if one function can inline another function. */
#undef HOOK_PREFIX
...
...
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