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
ce835863
Commit
ce835863
authored
Oct 24, 2011
by
Michael Meissner
Committed by
Michael Meissner
Oct 24, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra newline added in October 11 change
From-SVN: r180408
parent
1b43bc82
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+5
-0
gcc/builtins.c
+1
-2
No files found.
gcc/ChangeLog
View file @
ce835863
2011
-
10
-
24
Michael
Meissner
<
meissner
@linux
.
vnet
.
ibm
.
com
>
*
builtins
.
c
(
set_builtin_user_assembler_name
)
:
Remove
extra
newline
added
in
October
11
th
,
2011
change
.
2011
-
10
-
24
David
S
.
Miller
<
davem
@davemloft
.
net
>
*
config
/
sparc
/
sparc
.
md
(
cpu_feature
,
enabled
)
:
New
attributes
.
gcc/builtins.c
View file @
ce835863
...
...
@@ -13499,8 +13499,7 @@ set_builtin_user_assembler_name (tree decl, const char *asmspec)
&&
asmspec
!=
0
);
builtin
=
builtin_decl_explicit
(
DECL_FUNCTION_CODE
(
decl
));
set_user_assembler_name
(
builtin
,
asmspec
);
set_user_assembler_name
(
builtin
,
asmspec
);
switch
(
DECL_FUNCTION_CODE
(
decl
))
{
case
BUILT_IN_MEMCPY
:
...
...
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