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
c8ce67e2
Commit
c8ce67e2
authored
Jul 12, 1996
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LINK_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.
From-SVN: r12433
parent
c9e460d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/config/i386/dgux.h
+2
-2
gcc/config/i386/sol2.h
+1
-1
No files found.
gcc/config/i386/dgux.h
View file @
c8ce67e2
...
@@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "i386/sysv4.h"
#include "i386/sysv4.h"
#ifndef VERSION_INFO2
#ifndef VERSION_INFO2
#define VERSION_INFO2 "$Revision: 1.
1
$"
#define VERSION_INFO2 "$Revision: 1.
2
$"
#endif
#endif
#ifndef VERSION_STRING
#ifndef VERSION_STRING
...
@@ -189,7 +189,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -189,7 +189,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
"%{!shared:%{!symbolic:-lc}}"
"%{!shared:%{!symbolic:-lc}}"
#undef LINK_SPEC
#undef LINK_SPEC
#define LINK_SPEC "%{z*} %{h*} %{
V} %{v:%{!V:-V}
} \
#define LINK_SPEC "%{z*} %{h*} %{
v:-V
} \
%{static:-dn -Bstatic} \
%{static:-dn -Bstatic} \
%{shared:-G -dy} \
%{shared:-G -dy} \
%{symbolic:-Bsymbolic -G -dy} \
%{symbolic:-Bsymbolic -G -dy} \
...
...
gcc/config/i386/sol2.h
View file @
c8ce67e2
...
@@ -53,7 +53,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -53,7 +53,7 @@ Boston, MA 02111-1307, USA. */
/* This should be the same as in svr4.h, except with -R added. */
/* This should be the same as in svr4.h, except with -R added. */
#undef LINK_SPEC
#undef LINK_SPEC
#define LINK_SPEC \
#define LINK_SPEC \
"%{h*} %{
V} %{v:%{!V:-V}
} \
"%{h*} %{
v:-V
} \
%{b} %{Wl,*:%*} \
%{b} %{Wl,*:%*} \
%{static:-dn -Bstatic} \
%{static:-dn -Bstatic} \
%{shared:-G -dy -z text} \
%{shared:-G -dy -z text} \
...
...
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