summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-04-09 19:03:28 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-04-09 19:03:28 +0000
commitceb42828097921e03722fcee1b449578bedd0a3a (patch)
treeefd211a49c0ffac6174c3343614e9fc9b7d43b5d
parent3f4c280eb372c95a0afbae0c92248ff91eba2051 (diff)
fix bad entry definition
-rw-r--r--gnu/usr.bin/binutils/ld/emulparams/hppaobsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/emulparams/hppaobsd.sh b/gnu/usr.bin/binutils/ld/emulparams/hppaobsd.sh
index 331bd10f3e7..68fbae0292c 100644
--- a/gnu/usr.bin/binutils/ld/emulparams/hppaobsd.sh
+++ b/gnu/usr.bin/binutils/ld/emulparams/hppaobsd.sh
@@ -7,7 +7,7 @@ MAXPAGESIZE=0x1000
ARCH=hppa
MACHINE=hppa1.1 # We use 1.1 specific features.
NOP=0x08000240
-START="_start"
+ENTRY="__start"
OTHER_READONLY_SECTIONS='.PARISC.unwind : { *(.PARISC.unwind) } '
DATA_START_SYMBOLS='PROVIDE ($global$ = .);'
DATA_PLT=