diff options
author | 2014-12-27 13:21:08 +0000 | |
---|---|---|
committer | 2014-12-27 13:21:08 +0000 | |
commit | eff72d0b72dcf40e210020aa941f9d2d2222b283 (patch) | |
tree | 221686ac70e1cedb8d0e59f391222800c763a2f1 | |
parent | Static PIE support for alpha. (diff) | |
download | wireguard-openbsd-eff72d0b72dcf40e210020aa941f9d2d2222b283.tar.xz wireguard-openbsd-eff72d0b72dcf40e210020aa941f9d2d2222b283.zip |
Change the default entry point from _start to __start.
ok kurt@, guenther@
-rw-r--r-- | gnu/usr.bin/binutils/ld/emulparams/elf64alpha_obsd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/ld/emulparams/elf64alpha_obsd.sh b/gnu/usr.bin/binutils/ld/emulparams/elf64alpha_obsd.sh index d41f5e7814a..7ffa88dfc39 100644 --- a/gnu/usr.bin/binutils/ld/emulparams/elf64alpha_obsd.sh +++ b/gnu/usr.bin/binutils/ld/emulparams/elf64alpha_obsd.sh @@ -1,2 +1,3 @@ . ${srcdir}/emulparams/elf64alpha.sh . ${srcdir}/emulparams/elf_obsd.sh +ENTRY=__start |