summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkurt <kurt@openbsd.org>2009-03-06 23:13:40 +0000
committerkurt <kurt@openbsd.org>2009-03-06 23:13:40 +0000
commit18da65bb7b7751656e9d85aef0a9d9972ec71e8d (patch)
treeadf9ea5bec2769ae7217f1794f86e1f7f3077ad1
parentMake RDE aware of multicast group members per interface. This is needed to (diff)
downloadwireguard-openbsd-18da65bb7b7751656e9d85aef0a9d9972ec71e8d.tar.xz
wireguard-openbsd-18da65bb7b7751656e9d85aef0a9d9972ec71e8d.zip
Work-around a gcc3 -g bug causing debug ld.so to crash.
okay kettenis@ drahn@
-rw-r--r--lib/csu/common_elf/os-note-elf.h4
-rw-r--r--lib/csu/os-note-elf.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/csu/common_elf/os-note-elf.h b/lib/csu/common_elf/os-note-elf.h
index 2ce94968c37..48e33f22eb9 100644
--- a/lib/csu/common_elf/os-note-elf.h
+++ b/lib/csu/common_elf/os-note-elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: os-note-elf.h,v 1.4 2003/11/22 00:50:48 avsm Exp $ */
+/* $OpenBSD: os-note-elf.h,v 1.5 2009/03/06 23:13:40 kurt Exp $ */
/*
* Contents:
*
@@ -16,4 +16,4 @@ __asm(" .section \".note.openbsd.ident\", \"a\"\n"
" .long 1\n"
" .ascii \"OpenBSD\\0\"\n"
" .long 0\n"
-" .p2align 2");
+" .previous\n");
diff --git a/lib/csu/os-note-elf.h b/lib/csu/os-note-elf.h
index 2ce94968c37..48e33f22eb9 100644
--- a/lib/csu/os-note-elf.h
+++ b/lib/csu/os-note-elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: os-note-elf.h,v 1.4 2003/11/22 00:50:48 avsm Exp $ */
+/* $OpenBSD: os-note-elf.h,v 1.5 2009/03/06 23:13:40 kurt Exp $ */
/*
* Contents:
*
@@ -16,4 +16,4 @@ __asm(" .section \".note.openbsd.ident\", \"a\"\n"
" .long 1\n"
" .ascii \"OpenBSD\\0\"\n"
" .long 0\n"
-" .p2align 2");
+" .previous\n");