gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to link with shared_nam...
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 25 Feb 2002 13:25:11 +0000 (13:25 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Mon, 25 Feb 2002 13:25:11 +0000 (13:25 +0000)
commit5c1817565f2c0f669634fab893d03cc83c215a4f
tree29cb77e79aa665ff931f60954f69d12aa92ba88f
parentf36bcb2d6bfa52ba2db71bfdff8f247086945fc2
gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to link with shared_name only.

* gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to
link with shared_name only.
* doc/invoke.texi (Link Options): Document new behavior.

From-SVN: r50025
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/gcc.c