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
4d032a67
Commit
4d032a67
authored
32 years ago
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass -shared/-non_shared to MIPS 3.0 linker if passed.
From-SVN: r1968
parent
b842c19a
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
7 deletions
+19
-7
gcc/config/mips/bsd-4.h
+1
-1
gcc/config/mips/dec-osf1.h
+11
-1
gcc/config/mips/iris3.h
+1
-1
gcc/config/mips/mips.h
+1
-1
gcc/config/mips/news5.h
+1
-1
gcc/config/mips/svr3-4.h
+1
-1
gcc/config/mips/svr4-4.h
+1
-1
gcc/config/mips/ultrix.h
+2
-0
No files found.
gcc/config/mips/bsd-4.h
View file @
4d032a67
...
...
@@ -36,7 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{!mgas: \
%{EB} %{!EB: -EB} \
%{EL: %e-EL not supported} \
%{bestGnum} \
%{bestGnum}
%{shared} %{non_shared}
\
%{mips1} %{mips2} %{mips3} \
-systype /bsd43/ }"
...
...
This diff is collapsed.
Click to expand it.
gcc/config/mips/dec-osf1.h
View file @
4d032a67
...
...
@@ -17,10 +17,20 @@ You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define DECSTATION
#define DEC_OSF1
#define CPP_PREDEFINES "-D__ANSI_COMPAT \
-DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -Dbsd4_2 -Dhost_mips -Dmips -Dosf -Dunix"
#define LINK_SPEC "\
%{G*} \
%{!mgas: \
%{EL} %{!EL: -EL} \
%{EB: %e-EB not supported} \
%{mips1} %{mips2} %{mips3} \
%{bestGnum} %{shared} %{non_shared}}"
#include "decstatn.h"
/* turn off collect2 COFF support, since ldfcn now has elf declaration */
#undef OBJECT_FORMAT_COFF
This diff is collapsed.
Click to expand it.
gcc/config/mips/iris3.h
View file @
4d032a67
...
...
@@ -52,7 +52,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LINK_SPEC "\
%{G*} \
%{!mgas: %{mips1} %{mips2} %{mips3} \
%{bestGnum}}"
%{bestGnum}
%{shared} %{non_shared}
}"
/* Always use 1 for .file number. I [meissner@osf.org] wonder why
IRIS needs this. */
...
...
This diff is collapsed.
Click to expand it.
gcc/config/mips/mips.h
View file @
4d032a67
...
...
@@ -424,7 +424,7 @@ while (0)
%{EB} %{!EB:-EB} \
%{EL: %e-EL not supported} \
%{mips1} %{mips2} %{mips3} \
%{bestGnum}}"
%{bestGnum}
%{shared} %{non_shared}
}"
#endif
/* LINK_SPEC defined */
/* Define this macro meaning that `gcc' should find the library
...
...
This diff is collapsed.
Click to expand it.
gcc/config/mips/news5.h
View file @
4d032a67
...
...
@@ -35,7 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{G*} \
%{!mgas: %{mips1} %{mips2} %{mips3} \
%{EB} %{!EB:-EB} %{EL: %e-EL not supported} \
%{bestGnum}}"
%{bestGnum}
%{shared} %{non_shared}
}"
#define LIB_SPEC "\
%{ZBSD43: -L/usr/ucblib -lucb -lresolv -lsocket -lnsl} \
...
...
This diff is collapsed.
Click to expand it.
gcc/config/mips/svr3-4.h
View file @
4d032a67
...
...
@@ -36,7 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{!mgas: \
%{EB} %{!EB:-EB} \
%{EL: %e-EL not supported} \
%{bestGnum} \
%{bestGnum}
%{shared} %{non_shared}
\
%{mips1} %{mips2} %{mips3} \
-systype /sysv/}"
...
...
This diff is collapsed.
Click to expand it.
gcc/config/mips/svr4-4.h
View file @
4d032a67
...
...
@@ -36,7 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{!mgas: \
%{EB} %{!EB:-EB} \
%{EL: %e-EL not supported} \
%{bestGnum} \
%{bestGnum}
%{shared} %{non_shared}
\
%{mips1} %{mips2} %{mips3} \
-systype /svr4/}"
...
...
This diff is collapsed.
Click to expand it.
gcc/config/mips/ultrix.h
View file @
4d032a67
...
...
@@ -43,6 +43,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{.m: -D__LANGUAGE_OBJECTIVE_C__ -D__LANGUAGE_OBJECTIVE_C} \
%{!.S: -D__LANGUAGE_C__ -D__LANGUAGE_C %{!ansi:-DLANGUAGE_C}}"
#ifndef LINK_SPEC
#define LINK_SPEC "\
%{G*} \
%{!mgas: \
...
...
@@ -50,6 +51,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{EB: %e-EB not supported} \
%{mips1} %{mips2} %{mips3} \
%{bestGnum}}"
#endif
#define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc"
...
...
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