Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 1995 11:38:09 -0800
From:      Nate Williams <nate>
To:        CVS-commiters, cvs-gnu
Subject:   cvs commit: src/gnu/usr.bin/ld lib.c
Message-ID:  <199503221938.LAA12847@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503221938.LAA12847>