Module Name:    src
Committed By:   skrll
Date:           Mon Feb  8 11:59:39 UTC 2016

Modified Files:
        src/libexec/ld.elf_so: sysident.h

Log Message:
Fix .note.netbsd.march by ensuring correct padding


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/libexec/ld.elf_so/sysident.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/sysident.h
diff -u src/libexec/ld.elf_so/sysident.h:1.17 src/libexec/ld.elf_so/sysident.h:1.18
--- src/libexec/ld.elf_so/sysident.h:1.17	Sun Jan 12 19:36:08 2014
+++ src/libexec/ld.elf_so/sysident.h	Mon Feb  8 11:59:39 2016
@@ -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 @@ __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.popsection\n"

Reply via email to