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
4754172c
Commit
4754172c
authored
Apr 12, 1998
by
Catherine Moore
Committed by
Jeff Law
Apr 12, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi (ld options) Include memset requirements
for options -nodstdlib and -nodefaultlibs. From-SVN: r19152
parent
bb72a084
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
gcc/ChangeLog
+5
-0
gcc/invoke.texi
+10
-2
No files found.
gcc/ChangeLog
View file @
4754172c
Sun Apr 12 20:55:32 1998 Catherine Moore <clm@cygnus.com>
* invoke.texi (ld options) Include memset requirements
for options -nodstdlib and -nodefaultlibs.
1998-04-12 Paul Eggert <eggert@twinsun.com>
1998-04-12 Paul Eggert <eggert@twinsun.com>
This change is from an idea suggested by Arthur David Olson.
This change is from an idea suggested by Arthur David Olson.
...
...
gcc/invoke.texi
View file @
4754172c
...
@@ -2640,12 +2640,20 @@ or @code{-nodefaultlibs} is used.
...
@@ -2640,12 +2640,20 @@ or @code{-nodefaultlibs} is used.
Do
not
use
the
standard
system
libraries
when
linking
.
Do
not
use
the
standard
system
libraries
when
linking
.
Only
the
libraries
you
specify
will
be
passed
to
the
linker
.
Only
the
libraries
you
specify
will
be
passed
to
the
linker
.
The
standard
startup
files
are
used
normally
,
unless
@code{
-
nostartfiles
}
The
standard
startup
files
are
used
normally
,
unless
@code{
-
nostartfiles
}
is
used
.
is
used
.
The
compiler
may
generate
calls
to
memcmp
,
memset
,
and
memcpy
for
System
V
(
and
ANSI
C
)
environments
or
to
bcpy
and
bzero
for
BSD
environments
.
These
entries
are
usually
resolved
by
entries
in
libc
.
These
entry
points
should
be
supplied
through
some
other
mechanism
when
this
option
is
specified
.
@item
-
nostdlib
@item
-
nostdlib
Do
not
use
the
standard
system
startup
files
or
libraries
when
linking
.
Do
not
use
the
standard
system
startup
files
or
libraries
when
linking
.
No
startup
files
and
only
the
libraries
you
specify
will
be
passed
to
No
startup
files
and
only
the
libraries
you
specify
will
be
passed
to
the
linker
.
the
linker
.
The
compiler
may
generate
calls
to
memcmp
,
memset
,
and
memcpy
for
System
V
(
and
ANSI
C
)
environments
or
to
bcpy
and
bzero
for
BSD
environments
.
These
entries
are
usually
resolved
by
entries
in
libc
.
These
entry
points
should
be
supplied
through
some
other
mechanism
when
this
option
is
specified
.
@cindex
@code{
-
lgcc
}
,
use
with
@code{
-
nostdlib
}
@cindex
@code{
-
lgcc
}
,
use
with
@code{
-
nostdlib
}
@cindex
@code{
-
nostdlib
}
and
unresolved
references
@cindex
@code{
-
nostdlib
}
and
unresolved
references
...
...
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