Change ENTRY to __start to match binutils 2.15, needed for static PIE
authormiod <miod@openbsd.org>
Mon, 25 May 2015 12:12:42 +0000 (12:12 +0000)
committermiod <miod@openbsd.org>
Mon, 25 May 2015 12:12:42 +0000 (12:12 +0000)
gnu/usr.bin/binutils-2.17/ld/emulparams/elf64alpha_obsd.sh
gnu/usr.bin/binutils-2.17/ld/emulparams/shelf_obsd.sh

index 03883ef..2fa0f71 100644 (file)
@@ -10,7 +10,7 @@ MAXPAGESIZE=0x10000
 
 DATA_START_SYMBOLS='__data_start = . ;';
 
-ENTRY=_start
+ENTRY=__start
 
 unset EMBEDDED
 unset OTHER_SECTIONS