Fix start symbol. I have no idea how this worked before.
This commit is contained in:
parent
905441e356
commit
ffb28af545
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile.inc,v 1.10 2005/06/04 16:17:17 lukem Exp $
|
# $NetBSD: Makefile.inc,v 1.11 2009/09/19 14:54:17 skrll Exp $
|
||||||
|
|
||||||
SRCS+= rtld_start.S mdreloc.c
|
SRCS+= rtld_start.S mdreloc.c
|
||||||
|
|
||||||
@ -7,4 +7,4 @@ CPPFLAGS+= -fpic
|
|||||||
|
|
||||||
CPPFLAGS+= -DELFSIZE=32
|
CPPFLAGS+= -DELFSIZE=32
|
||||||
|
|
||||||
LDFLAGS+= -Wl,-Bsymbolic -Wl,-e,.rtld_start
|
LDFLAGS+= -Wl,-Bsymbolic -Wl,-e,_rtld_start
|
||||||
|
Loading…
Reference in New Issue
Block a user