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
0541c6d9
Commit
0541c6d9
authored
21 years ago
by
John David Anglin
Committed by
John David Anglin
21 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa64-hpux.h (LINK_SPEC): Use `-z' option with HP ld.
From-SVN: r72305
parent
af6625cb
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/pa/pa64-hpux.h
+2
-2
No files found.
gcc/ChangeLog
View file @
0541c6d9
2003-10-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa64-hpux.h (LINK_SPEC): Use `-z' option with HP ld.
2003-10-10 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc (mips*-*-netbsd*): Remove content-free line.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/pa/pa64-hpux.h
View file @
0541c6d9
...
...
@@ -43,7 +43,7 @@ Boston, MA 02111-1307, USA. */
%{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\
%nWarning: consider linking with `-static' as system libraries with\n\
%n profiling support are only provided in archive format}}}\
%{mhp-ld:+Accept TypeMismatch} -E %{mlinker-opt:-O} %{!shared:-u main}\
%{mhp-ld:+Accept TypeMismatch
-z
} -E %{mlinker-opt:-O} %{!shared:-u main}\
%{static:-a archive} %{shared:%{mhp-ld:-b}%{!mhp-ld:-shared}}"
#else
#define LINK_SPEC \
...
...
@@ -53,7 +53,7 @@ Boston, MA 02111-1307, USA. */
%{!shared:%{pg:-L/lib/pa20_64/libp -L/usr/lib/pa20_64/libp %{!static:\
%nWarning: consider linking with `-static' as system libraries with\n\
%n profiling support are only provided in archive format}}}\
%{!mgnu-ld:+Accept TypeMismatch} -E %{mlinker-opt:-O} %{!shared:-u main}\
%{!mgnu-ld:+Accept TypeMismatch
-z
} -E %{mlinker-opt:-O} %{!shared:-u main}\
%{static:-a archive} %{shared:%{mgnu-ld:-shared}%{!mgnu-ld:-b}}"
#endif
...
...
This diff is collapsed.
Click to expand it.
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