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 Fix .note.netbsd.march by ensuring correct...



details:   https://anonhg.NetBSD.org/src/rev/57b69e5c0e17
branches:  trunk
changeset: 343500:57b69e5c0e17
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Feb 08 11:59:39 2016 +0000

description:
Fix .note.netbsd.march by ensuring correct padding

diffstat:

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

diffs (17 lines):

diff -r 83a4718ecb4f -r 57b69e5c0e17 libexec/ld.elf_so/sysident.h
--- a/libexec/ld.elf_so/sysident.h      Mon Feb 08 10:39:09 2016 +0000
+++ b/libexec/ld.elf_so/sysident.h      Mon Feb 08 11:59:39 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysident.h,v 1.17 2014/01/12 19:36:08 joerg Exp $ */
+/* $NetBSD: sysident.h,v 1.18 2016/02/08 11:59:39 skrll Exp $ */
 
 /*
  * Copyright (c) 1997 Christopher G. Demetriou
@@ -98,6 +98,7 @@
        "\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.popsection\n"



Home | Main Index | Thread Index | Old Index