diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2009-03-06 23:13:41 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2009-03-06 23:13:41 +0000 |
commit | 6ee035e4f317346edaca505762029961a0596843 (patch) | |
tree | 216e8e71b5ec55cf59aec3d1607851800bdca41a /lib/csu | |
parent | 79bf2b9529b10783102a038860f4a2e6a9b1dd37 (diff) |
Work-around a gcc3 -g bug causing debug ld.so to crash.
okay kettenis@ drahn@
Diffstat (limited to 'lib/csu')
-rw-r--r-- | lib/csu/common_elf/os-note-elf.h | 4 |
1 files changed, 2 insertions, 2 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"); |