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
1bc4a978
Commit
1bc4a978
authored
Oct 17, 2014
by
Markus Trippelsdorf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix misplaced changelog entry
From-SVN: r216366
parent
8d696651
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
gcc/ChangeLog
+0
-8
gcc/c/ChangeLog
+8
-0
No files found.
gcc/ChangeLog
View file @
1bc4a978
...
...
@@ -20,14 +20,6 @@
(
host_detect_local_cpu
):
Mention
that
GCC
with
non
-
fixed
%
ebx
is
required
to
compile
the
function
.
2014
-
10
-
17
Alan
Modra
<
amodra
@
gmail
.
com
>
PR
middle
-
end
/
61848
*
c
-
decl
.
c
(
merge_decls
):
Don
't merge section name or tls model
to newdecl symtab node, instead merge to olddecl. Override
existing olddecl section name. Set tls_model for all thread-local
vars, not just OMP thread-private ones. Remove incorrect comment.
2014
-
10
-
16
DJ
Delorie
<
dj
@
redhat
.
com
>
*
flag
-
types
.
h
(
sanitize_code
):
Don
't assume targets have 32-bit
gcc/c/ChangeLog
View file @
1bc4a978
2014-10-17 Alan Modra <amodra@gmail.com>
PR middle-end/61848
* c-decl.c (merge_decls): Don't merge section name or tls model
to newdecl symtab node, instead merge to olddecl. Override
existing olddecl section name. Set tls_model for all thread-local
vars, not just OMP thread-private ones. Remove incorrect comment.
2014-10-16 Andrew MacLeod <amacleod@redhat.com>
* c-decl.c: Adjust include files.
...
...
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