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
88bf2bdc
Commit
88bf2bdc
authored
Jun 12, 1995
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo patch of May 24. Don't pass "-e start" if -nostdlib again.
From-SVN: r9931
parent
a9821774
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
gcc/config/i386/freebsd.h
+1
-1
gcc/config/i386/sun.h
+1
-1
gcc/config/m68k/sun2o4.h
+1
-1
gcc/config/m68k/sun3.h
+1
-1
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/i386/freebsd.h
View file @
88bf2bdc
...
@@ -225,7 +225,7 @@ do { \
...
@@ -225,7 +225,7 @@ do { \
#define ASM_SPEC " %| %{fpic:-k} %{fPIC:-k}"
#define ASM_SPEC " %| %{fpic:-k} %{fPIC:-k}"
#define LINK_SPEC \
#define LINK_SPEC \
"%{!nost
artfiles
:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
"%{!nost
dlib
:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
/* This is defined when gcc is compiled in the BSD-directory-tree, and must
/* This is defined when gcc is compiled in the BSD-directory-tree, and must
* make up for the gap to all the stuff done in the GNU-makefiles.
* make up for the gap to all the stuff done in the GNU-makefiles.
...
...
gcc/config/i386/sun.h
View file @
88bf2bdc
...
@@ -35,7 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -35,7 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef LINK_SPEC
#undef LINK_SPEC
#define LINK_SPEC \
#define LINK_SPEC \
"%{!nost
artfiles
:%{!r*:%{!e*:-e _start}}} -dc -dp %{static:-Bstatic}"
"%{!nost
dlib
:%{!r*:%{!e*:-e _start}}} -dc -dp %{static:-Bstatic}"
/* Extra switches to give the assembler. */
/* Extra switches to give the assembler. */
...
...
gcc/config/m68k/sun2o4.h
View file @
88bf2bdc
...
@@ -93,7 +93,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -93,7 +93,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef LINK_SPEC
#undef LINK_SPEC
#define LINK_SPEC \
#define LINK_SPEC \
"%{!nost
artfiles
:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic}"
"%{!nost
dlib
:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic}"
#undef ASM_OUTPUT_DOUBLE
#undef ASM_OUTPUT_DOUBLE
#define ASM_OUTPUT_DOUBLE(FILE,VALUE) \
#define ASM_OUTPUT_DOUBLE(FILE,VALUE) \
...
...
gcc/config/m68k/sun3.h
View file @
88bf2bdc
...
@@ -151,7 +151,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -151,7 +151,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Provide required defaults for linker -e and -d switches. */
/* Provide required defaults for linker -e and -d switches. */
#define LINK_SPEC \
#define LINK_SPEC \
"%{!nost
artfiles
:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
"%{!nost
dlib
:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
/* Every structure or union's size must be a multiple of 2 bytes. */
/* Every structure or union's size must be a multiple of 2 bytes. */
...
...
gcc/config/m68k/vxm68k.h
View file @
88bf2bdc
...
@@ -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
artfiles
:%{!r*:%{!e*:-e start}}}"
#define LINK_SPEC "%{!nost
dlib
:%{!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 @
88bf2bdc
...
@@ -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
artfiles
:%{!r*:%{!e*:-e __start}}} -dc -dp %{static:-Bstatic} %{assert*}"
%{!nost
dlib
:%{!r*:%{!e*:-e __start}}} -dc -dp %{static:-Bstatic} %{assert*}"
/* We have atexit(3). */
/* We have atexit(3). */
...
...
gcc/config/netbsd.h
View file @
88bf2bdc
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
#undef LINK_SPEC
#undef LINK_SPEC
#define LINK_SPEC \
#define LINK_SPEC \
"%{!nost
artfiles
:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
"%{!nost
dlib
:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
/* We have atexit(3). */
/* We have atexit(3). */
...
...
gcc/config/rs6000/mach.h
View file @
88bf2bdc
...
@@ -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
artfiles
:%{!r*:%{!e*:-e __start}}} \
"-T0x10000000 -D0x20000000 -K %{!nost
dlib
:%{!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 @
88bf2bdc
...
@@ -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
artfiles
:%{!r*:%{!e*:-e start}}} -dc -dp} %{static:-Bstatic} \
"%{!shared:%{!nost
dlib
:%{!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 @
88bf2bdc
...
@@ -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
artfiles
:%{!r*:%{!e*:-e start}}}"
#define LINK_SPEC "%{!nost
dlib
:%{!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