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
ce7e7ceb
Commit
ce7e7ceb
authored
Sep 18, 2003
by
Daniel Jacobowitz
Committed by
Daniel Jacobowitz
Sep 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.
From-SVN: r71497
parent
3b51279d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/rs6000/sysv4.h
+2
-2
No files found.
gcc/ChangeLog
View file @
ce7e7ceb
2003-09-17 Daniel Jacobowitz <drow@mvista.com>
* config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.
2003-09-17 Richard Henderson <rth@redhat.com>
2003-09-17 Richard Henderson <rth@redhat.com>
* cfg.c (dump_flow_info): Skip register dump if reg_n_info null.
* cfg.c (dump_flow_info): Skip register dump if reg_n_info null.
...
...
gcc/config/rs6000/sysv4.h
View file @
ce7e7ceb
...
@@ -1065,8 +1065,8 @@ extern int fixuplabelno;
...
@@ -1065,8 +1065,8 @@ extern int fixuplabelno;
/* GNU/Linux support. */
/* GNU/Linux support. */
#define LIB_LINUX_SPEC "%{mnewlib: --start-group -llinux -lc --end-group } \
#define LIB_LINUX_SPEC "%{mnewlib: --start-group -llinux -lc --end-group } \
%{!mnewlib: %{
shared:-lc} %{pthread:-lpthread } %{!shared:
\
%{!mnewlib: %{
pthread:-lpthread} %{shared:-lc}
\
%{profile:-lc_p} %{!profile:-lc}}}"
%{
!shared: %{
profile:-lc_p} %{!profile:-lc}}}"
#ifdef HAVE_LD_PIE
#ifdef HAVE_LD_PIE
#define STARTFILE_LINUX_SPEC "\
#define STARTFILE_LINUX_SPEC "\
...
...
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