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
e62a5987
Commit
e62a5987
authored
23 years ago
by
John David Anglin
Committed by
John David Anglin
23 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa32-linux.h (LINK_COMMAND_SPEC): Define.
From-SVN: r49492
parent
219f24a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
gcc/ChangeLog
+4
-0
gcc/config/pa/pa32-linux.h
+11
-0
No files found.
gcc/ChangeLog
View file @
e62a5987
2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa32-linux.h (LINK_COMMAND_SPEC): Define.
2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.md (call_internal_reg_64bit): Remove unused variable.
2002-02-04 Nick Clifton <nickc@cambridge.redhat.com>
...
...
This diff is collapsed.
Click to expand it.
gcc/config/pa/pa32-linux.h
View file @
e62a5987
...
...
@@ -24,3 +24,14 @@ Boston, MA 02111-1307, USA. */
#undef CPP_SPEC
#define CPP_SPEC "%{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{mhppa:-D__hppa__} %{posix:-D_POSIX_SOURCE} -D_PA_RISC1_1"
/* We need to link against libgcc.a to resolve millicode references. */
#undef LINK_COMMAND_SPEC
#define LINK_COMMAND_SPEC "\
%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\
%(linker) %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r} %{s} %{t}\
%{u*} %{x} %{z} %{Z} %{!A:%{!nostdlib:%{!nostartfiles:%S}}}\
%{static:} %{L*} %(link_libgcc) %o %{!nostdlib:%{!nodefaultlibs:%G %L %G}}\
%{!A:%{!nostdlib:%{!nostartfiles:%E}}}\
%{!nostdlib:%{!nodefaultlibs:%{!static:%{!static-libgcc:-lgcc}}}}\
%{T*} }}}}}}"
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