* invoke.texi (ld options) Include memset requirements
authorCatherine Moore <clm@cygnus.com>
Sun, 12 Apr 1998 19:55:52 +0000 (19:55 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 12 Apr 1998 19:55:52 +0000 (13:55 -0600)
        for options -nodstdlib and -nodefaultlibs.

From-SVN: r19152

gcc/ChangeLog
gcc/invoke.texi

index b63fcfcdff7338911ff5d1735ba46f4663dd310e..2b7466fad94b13555d9b59b385605a8af0055e1f 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        This change is from an idea suggested by Arthur David Olson.
index 0b33ae3c4f68e679278c2b3513b63616ff1d1e90..d57afbb2c2593b46678486a4c92e34351288cb06 100644 (file)
@@ -2640,12 +2640,20 @@ or @code{-nodefaultlibs} is used.
 Do not use the standard system libraries when linking.
 Only the libraries you specify will be passed to the linker.
 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
 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
-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{-nostdlib} and unresolved references