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
52a08fa6
Commit
52a08fa6
authored
Dec 05, 1995
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LIBGCC_SPEC): Remove.
From-SVN: r10676
parent
05c8b3dd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
14 deletions
+0
-14
gcc/config/alpha/alpha.h
+0
-3
gcc/config/linux.h
+0
-5
gcc/config/svr4.h
+0
-6
No files found.
gcc/config/alpha/alpha.h
View file @
52a08fa6
...
@@ -2080,6 +2080,3 @@ do { \
...
@@ -2080,6 +2080,3 @@ do { \
#define HAS_INIT_SECTION
#define HAS_INIT_SECTION
#define LD_INIT_SWITCH "-init"
#define LD_INIT_SWITCH "-init"
#define LD_FINI_SWITCH "-fini"
#define LD_FINI_SWITCH "-fini"
/* We do want to link in libgcc when building shared libraries under OSF/1. */
#define LIBGCC_SPEC "-lgcc"
gcc/config/linux.h
View file @
52a08fa6
...
@@ -61,11 +61,6 @@ Boston, MA 02111-1307, USA. */
...
@@ -61,11 +61,6 @@ Boston, MA 02111-1307, USA. */
fprintf (FILE, "\t.version\t\"01.01\"\n"); \
fprintf (FILE, "\t.version\t\"01.01\"\n"); \
} while (0)
} while (0)
#undef LIBGCC_SPEC
#define LIBGCC_SPEC \
"%{!shared:-lgcc}"
/* Provide a STARTFILE_SPEC appropriate for Linux. Here we add
/* Provide a STARTFILE_SPEC appropriate for Linux. Here we add
the Linux magical crtbegin.o file (see crtstuff.c) which
the Linux magical crtbegin.o file (see crtstuff.c) which
provides part of the support for getting C++ file-scope static
provides part of the support for getting C++ file-scope static
...
...
gcc/config/svr4.h
View file @
52a08fa6
...
@@ -132,12 +132,6 @@ Boston, MA 02111-1307, USA.
...
@@ -132,12 +132,6 @@ Boston, MA 02111-1307, USA.
#undef LIB_SPEC
#undef LIB_SPEC
#define LIB_SPEC "%{!shared:%{!symbolic:-lc}}"
#define LIB_SPEC "%{!shared:%{!symbolic:-lc}}"
/* Provide a LIBGCC_SPEC appropriate for svr4. We also want to exclude
libgcc when -symbolic. */
#undef LIBGCC_SPEC
#define LIBGCC_SPEC "%{!shared:%{!symbolic:-lgcc}}"
/* Provide an ENDFILE_SPEC appropriate for svr4. Here we tack on our own
/* Provide an ENDFILE_SPEC appropriate for svr4. Here we tack on our own
magical crtend.o file (see crtstuff.c) which provides part of the
magical crtend.o file (see crtstuff.c) which provides part of the
support for getting C++ file-scope static object constructed before
support for getting C++ file-scope static object constructed before
...
...
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