From owner-cvs-gnu Wed Mar 22 11:38:11 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA12858 for cvs-gnu-outgoing; Wed, 22 Mar 1995 11:38:11 -0800 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA12847; Wed, 22 Mar 1995 11:38:09 -0800 Date: Wed, 22 Mar 1995 11:38:09 -0800 From: Nate Williams Message-Id: <199503221938.LAA12847@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld lib.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk nate 95/03/22 11:38:08 Modified: gnu/usr.bin/ld lib.c Log: Modify the default behavior of the linker to no longer prefer static members over shared library members. This modification causes the linker to use the first definition it sees for a symbol instead of having priorities based on the library type. This modification should allow gdb to compile again. Obtained from: Email conversation with Paul Kranenbury, but implemented completely by me. If it doesn't work, it's my fault not his.