Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.elf_so Actually, descsz should not contain the pa...



details:   https://anonhg.NetBSD.org/src/rev/035cf8ebb2b3
branches:  trunk
changeset: 343508:035cf8ebb2b3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Feb 09 10:20:03 2016 +0000

description:
Actually, descsz should not contain the padding. The note still needs to
be padded out.

diffstat:

 libexec/ld.elf_so/sysident.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 639986dfe246 -r 035cf8ebb2b3 libexec/ld.elf_so/sysident.h
--- a/libexec/ld.elf_so/sysident.h      Tue Feb 09 08:32:07 2016 +0000
+++ b/libexec/ld.elf_so/sysident.h      Tue Feb 09 10:20:03 2016 +0000
@@ -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 @@
        "\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"
+       "2:\n"
        "\t.p2align\t2\n\n"
-       "2:\n"
 
        "\t.popsection\n"
 );



Home | Main Index | Thread Index | Old Index