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
be648db7
Commit
be648db7
authored
Feb 07, 2012
by
Joern Rennecke
Committed by
Joern Rennecke
Feb 07, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/epiphany/epiphany.h (LIB_SPEC): Link libc again after libgloss.
From-SVN: r183964
parent
26cfb9ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+2
-0
gcc/config/epiphany/epiphany.h
+4
-2
No files found.
gcc/ChangeLog
View file @
be648db7
...
...
@@ -32,6 +32,8 @@
(epiphany_start_function): Handle multiple interrupt arguments and/or
forwarder_section attribute.
* config/epiphany/epiphany.h (LIB_SPEC): Link libc again after libgloss.
2012-02-07 Alan Modra <amodra@gmail.com>
PR target/52107
...
...
gcc/config/epiphany/epiphany.h
View file @
be648db7
...
...
@@ -43,9 +43,11 @@ along with GCC; see the file COPYING3. If not see
} while (0)
/* Pick up the libgloss library. One day we may do this by linker script, but
for now its static. */
for now its static.
libgloss might use errno/__errno, which might not have been needed when we
saw libc the first time, so link with libc a second time. */
#undef LIB_SPEC
#define LIB_SPEC "%{!shared:%{g*:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}} -lepiphany"
#define LIB_SPEC "%{!shared:%{g*:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}} -lepiphany
%{!shared:%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}}
"
#define LINK_SPEC "%{v}"
...
...
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