Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.elf_so/arch/vax The -symbolic flag in gcc 2.95.3 ...



details:   https://anonhg.NetBSD.org/src/rev/3971434449d9
branches:  trunk
changeset: 566122:3971434449d9
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Wed Apr 28 02:04:56 2004 +0000

description:
The -symbolic flag in gcc 2.95.3 is not passed to the linker, which is
required.  Restore the -Bsymbolic option in LDFLAGS on the vax.  Fixes
the problem with ld.elf_so mentioned on port-vax.

diffstat:

 libexec/ld.elf_so/arch/vax/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 370774999fc7 -r 3971434449d9 libexec/ld.elf_so/arch/vax/Makefile.inc
--- a/libexec/ld.elf_so/arch/vax/Makefile.inc   Wed Apr 28 01:53:44 2004 +0000
+++ b/libexec/ld.elf_so/arch/vax/Makefile.inc   Wed Apr 28 02:04:56 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.8 2004/02/21 15:56:03 skrll Exp $
+#      $NetBSD: Makefile.inc,v 1.9 2004/04/28 02:04:56 mhitch Exp $
 
 SRCS+=         rtld_start.S mdreloc.c
 
@@ -7,4 +7,4 @@
 
 CPPFLAGS+=     -DELFSIZE=32
 
-LDFLAGS+=      -e .rtld_start
+LDFLAGS+=      -Bsymbolic -e .rtld_start



Home | Main Index | Thread Index | Old Index