diff options
-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 |