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
60ca0fe6
Commit
60ca0fe6
authored
Oct 11, 2011
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove incorrect ChangeLog entry, correct spacing.
From-SVN: r179826
parent
2c3784e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
11 deletions
+1
-11
gcc/go/ChangeLog
+0
-10
gcc/go/gofrontend/gogo-tree.cc
+1
-1
No files found.
gcc/go/ChangeLog
View file @
60ca0fe6
2011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
* gofrontend/gogo-tree.cc (define_builtin): Delete old interface
with two parallel arrays to hold standard builtin declarations,
and replace it with a function based interface that can support
creating builtins on the fly in the future. Change all uses, and
poison the old names. Make sure 0 is not a legitimate builtin
index.
(Gogo::make_trampoline(tree): Ditto.
2011-08-24 Roberto Lublinerman <rluble@gmail.com>
* lang.opt: Add fgo-optimize-.
...
...
gcc/go/gofrontend/gogo-tree.cc
View file @
60ca0fe6
...
...
@@ -69,7 +69,7 @@ define_builtin(built_in_function bcode, const char* name, const char* libname,
libname
,
NULL_TREE
);
if
(
const_p
)
TREE_READONLY
(
decl
)
=
1
;
set_builtin_decl
(
bcode
,
decl
,
true
);
set_builtin_decl
(
bcode
,
decl
,
true
);
builtin_functions
[
name
]
=
decl
;
if
(
libname
!=
NULL
)
{
...
...
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