mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
18 lines
355 B
Bash
18 lines
355 B
Bash
$NetBSD$
|
|
|
|
--- ld/emulparams/shelf_nbsd.sh.orig Tue Jan 15 23:05:46 2008
|
|
+++ ld/emulparams/shelf_nbsd.sh
|
|
@@ -9,7 +9,11 @@ MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
|
|
DATA_START_SYMBOLS='PROVIDE (__data_start = .);';
|
|
|
|
-ENTRY=_start
|
|
+ENTRY=__start
|
|
|
|
unset EMBEDDED
|
|
unset OTHER_SECTIONS
|
|
+
|
|
+OTHER_READWRITE_SECTIONS='
|
|
+ .note.ABI-tag : { *(.note.ABI-tag) }
|
|
+'
|