K 10 svn:author V 4 nate K 8 svn:date V 27 1995-03-22T19:38:07.000000Z K 7 svn:log V 441 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. END