diff options
author | Marc Espie <espie@openbsd.org> | 2000-10-18 17:51:54 +0000 |
---|---|---|
committer | Marc Espie <espie@gcc.gnu.org> | 2000-10-18 17:51:54 +0000 |
commit | 989b26a751281908472e10913d6187dbb8dae7a9 (patch) | |
tree | 04d703c3675e628927e59cd1018e8b7f8d010296 | |
parent | ea205a526b9417237621ef40279e3955e87e6c11 (diff) | |
download | gcc-989b26a751281908472e10913d6187dbb8dae7a9.zip gcc-989b26a751281908472e10913d6187dbb8dae7a9.tar.gz gcc-989b26a751281908472e10913d6187dbb8dae7a9.tar.bz2 |
tm.texi (LIBGCC_SPEC): Synch with reality.
2000-10-18 Marc Espie <espie@openbsd.org>
* tm.texi (LIBGCC_SPEC): Synch with reality.
From-SVN: r36939
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tm.texi | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e382676..22958f4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-10-18 Marc Espie <espie@openbsd.org> + + * tm.texi (LIBGCC_SPEC): Synch with reality. + 2000-10-18 Joseph S. Myers <jsm28@cam.ac.uk> * c-common.c (check_format_types): Check for writing through a diff --git a/gcc/tm.texi b/gcc/tm.texi index fd2403e..b47842e 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -222,8 +222,7 @@ linker command line. This constant is placed both before and after the value of @code{LIB_SPEC}. If this macro is not defined, the GCC driver provides a default that -passes the string @samp{-lgcc} to the linker unless the @samp{-shared} -option is specified. +passes the string @samp{-lgcc} to the linker. @findex STARTFILE_SPEC @item STARTFILE_SPEC |