summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2016-02-09 10:20:03 +0000
committerskrll <skrll@NetBSD.org>2016-02-09 10:20:03 +0000
commita4cf913a5d136ffddda0e4cb22aba1cc8377c7b7 (patch)
tree3c6d1782f22e8adc845c20d13270ce502739c235 /libexec
parentb8256fd83968644e9cca94026d783bda7813580d (diff)
Actually, descsz should not contain the padding. The note still needs to
be padded out.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/sysident.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.elf_so/sysident.h b/libexec/ld.elf_so/sysident.h
index abf50537279..17fb9f3c4d6 100644
--- a/libexec/ld.elf_so/sysident.h
+++ b/libexec/ld.elf_so/sysident.h
@@ -1,4 +1,4 @@
-/* $NetBSD: sysident.h,v 1.18 2016/02/08 11:59:39 skrll Exp $ */
+/* $NetBSD: sysident.h,v 1.19 2016/02/09 10:20:03 skrll Exp $ */
/*
* Copyright (c) 1997 Christopher G. Demetriou
@@ -98,8 +98,8 @@ __asm(
"\t.long\t" __S(ELF_NOTE_TYPE_MARCH_TAG) "\n"
"\t.ascii\t" __S(ELF_NOTE_MARCH_NAME) "\n"
"1:\t.asciz\t" __S(ELF_NOTE_MARCH_DESC) "\n"
- "\t.p2align\t2\n\n"
"2:\n"
+ "\t.p2align\t2\n\n"
"\t.popsection\n"
);