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
b67e2a2e
Commit
b67e2a2e
authored
May 24, 1995
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LINK_SPEC): Don't pass "-e start" if nostartfiles rather than nostdlib.
From-SVN: r9808
parent
b796119f
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
gcc/config/m68k/vxm68k.h
+1
-1
gcc/config/mips/netbsd.h
+1
-1
gcc/config/netbsd.h
+1
-1
gcc/config/rs6000/mach.h
+1
-1
gcc/config/sparc/sparc.h
+1
-1
gcc/config/sparc/vxsparc.h
+1
-1
No files found.
gcc/config/m68k/vxm68k.h
View file @
b67e2a2e
...
@@ -46,7 +46,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -46,7 +46,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Provide required defaults for linker -e. */
/* Provide required defaults for linker -e. */
#define LINK_SPEC "%{!nost
dlib
:%{!r*:%{!e*:-e start}}}"
#define LINK_SPEC "%{!nost
artfiles
:%{!r*:%{!e*:-e start}}}"
/* VxWorks provides the functionality of crt0.o and friends itself. */
/* VxWorks provides the functionality of crt0.o and friends itself. */
...
...
gcc/config/mips/netbsd.h
View file @
b67e2a2e
...
@@ -49,7 +49,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -49,7 +49,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef LINK_SPEC
#undef LINK_SPEC
#define LINK_SPEC \
#define LINK_SPEC \
"%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \
"%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \
%{!nost
dlib
:%{!r*:%{!e*:-e __start}}} -dc -dp %{static:-Bstatic} %{assert*}"
%{!nost
artfiles
:%{!r*:%{!e*:-e __start}}} -dc -dp %{static:-Bstatic} %{assert*}"
/* We have atexit(3). */
/* We have atexit(3). */
...
...
gcc/config/netbsd.h
View file @
b67e2a2e
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
#undef LINK_SPEC
#undef LINK_SPEC
#define LINK_SPEC \
#define LINK_SPEC \
"%{!nost
dlib
:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
"%{!nost
artfiles
:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
/* We have atexit(3). */
/* We have atexit(3). */
...
...
gcc/config/rs6000/mach.h
View file @
b67e2a2e
...
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Define different binder options for MACH. */
/* Define different binder options for MACH. */
#undef LINK_SPEC
#undef LINK_SPEC
#define LINK_SPEC \
#define LINK_SPEC \
"-T0x10000000 -D0x20000000 -K %{!nost
dlib
:%{!r*:%{!e*:-e __start}}} \
"-T0x10000000 -D0x20000000 -K %{!nost
artfiles
:%{!r*:%{!e*:-e __start}}} \
-bnoso -berrmsg -btextro -bhalt:4 -bnodelcsect"
-bnoso -berrmsg -btextro -bhalt:4 -bnodelcsect"
/* MACH doesn't have atexit. */
/* MACH doesn't have atexit. */
...
...
gcc/config/sparc/sparc.h
View file @
b67e2a2e
...
@@ -65,7 +65,7 @@ extern enum arch_type sparc_arch_type;
...
@@ -65,7 +65,7 @@ extern enum arch_type sparc_arch_type;
/* Provide required defaults for linker -e and -d switches. */
/* Provide required defaults for linker -e and -d switches. */
#define LINK_SPEC \
#define LINK_SPEC \
"%{!shared:%{!nost
dlib
:%{!r*:%{!e*:-e start}}} -dc -dp} %{static:-Bstatic} \
"%{!shared:%{!nost
artfiles
:%{!r*:%{!e*:-e start}}} -dc -dp} %{static:-Bstatic} \
%{assert*} %{shared:-assert pure-text}"
%{assert*} %{shared:-assert pure-text}"
/* Special flags to the Sun-4 assembler when using pipe for input. */
/* Special flags to the Sun-4 assembler when using pipe for input. */
...
...
gcc/config/sparc/vxsparc.h
View file @
b67e2a2e
...
@@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Provide required defaults for linker -e. */
/* Provide required defaults for linker -e. */
#undef LINK_SPEC
#undef LINK_SPEC
#define LINK_SPEC "%{!nost
dlib
:%{!r*:%{!e*:-e start}}}"
#define LINK_SPEC "%{!nost
artfiles
:%{!r*:%{!e*:-e start}}}"
/* VxWorks provides the functionality of crt0.o and friends itself. */
/* VxWorks provides the functionality of crt0.o and friends itself. */
#undef STARTFILE_SPEC
#undef STARTFILE_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