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
dcb41ced
Commit
dcb41ced
authored
May 13, 2002
by
Ulrich Weigand
Committed by
Ulrich Weigand
May 13, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/s390/linux.h: Revert 2002-04-22 changes.
From-SVN: r53421
parent
165e0367
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
35 deletions
+6
-35
gcc/ChangeLog
+4
-0
gcc/config/s390/linux.h
+2
-35
No files found.
gcc/ChangeLog
View file @
dcb41ced
2002-05-13 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/linux.h: Revert 2002-04-22 changes.
2002-05-13 Scott Marks <SMarks@mobile-mind.com>
* config/fr30/fr30.md: Only allow splits of immediate loads
...
...
gcc/config/s390/linux.h
View file @
dcb41ced
...
...
@@ -92,40 +92,10 @@ Boston, MA 02111-1307, USA. */
#endif
/* Target specific library settings. */
#ifndef LIBPATH_ARCH31_SPEC
#define LIBPATH_ARCH31_SPEC "/usr/lib"
#endif
#ifndef LIBPATH_ARCH64_SPEC
#define LIBPATH_ARCH64_SPEC "/usr/lib64"
#endif
#ifdef DEFAULT_TARGET_64BIT
#define LIBPATH_SPEC "%{m31:%(libpath_arch31)}%{!m31:%(libpath_arch64)}"
#else
#define LIBPATH_SPEC "%{m64:%(libpath_arch64)}%{!m64:%(libpath_arch31)}"
#endif
/* Target specific linker settings. */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC \
"%{!shared: \
%{pg:%(libpath)/gcrt1.o%s} \
%{!pg:%{p:%(libpath)/gcrt1.o%s} \
%{!p:%{profile:%(libpath)/gcrt1.o%s} \
%{!profile:%(libpath)/crt1.o%s}}}} \
%(libpath)/crti.o%s %{static:crtbeginT.o%s}\
%{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}"
#undef ENDFILE_SPEC
#define ENDFILE_SPEC \
"%{!shared:crtend.o%s} %{shared:crtendS.o%s} %(libpath)/crtn.o%s"
#define LINK_ARCH31_SPEC \
"-m elf_s390
-L %(libpath_arch31)
\
"-m elf_s390 \
%{shared:-shared} \
%{!shared: \
%{static:-static} \
...
...
@@ -134,7 +104,7 @@ Boston, MA 02111-1307, USA. */
%{!dynamic-linker:-dynamic-linker /lib/ld.so.1}}}"
#define LINK_ARCH64_SPEC \
"-m elf64_s390
-L %(libpath_arch64)
\
"-m elf64_s390 \
%{shared:-shared} \
%{!shared: \
%{static:-static} \
...
...
@@ -160,9 +130,6 @@ Boston, MA 02111-1307, USA. */
{ "cpp_arch64", CPP_ARCH64_SPEC }, \
{ "link_arch31", LINK_ARCH31_SPEC }, \
{ "link_arch64", LINK_ARCH64_SPEC }, \
{ "libpath_arch31", LIBPATH_ARCH31_SPEC }, \
{ "libpath_arch64", LIBPATH_ARCH64_SPEC }, \
{ "libpath", LIBPATH_SPEC }, \
/* Character to start a comment. */
...
...
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