Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/libexec/ld.elf_so Pull up following revision(s) (requeste...
details: https://anonhg.NetBSD.org/src/rev/f7dafe140896
branches: netbsd-7
changeset: 799814:f7dafe140896
user: snj <snj%NetBSD.org@localhost>
date: Fri Feb 26 22:33:51 2016 +0000
description:
Pull up following revision(s) (requested by skrll in ticket #1109):
libexec/ld.elf_so/sysident.h: revisions 1.18, 1.19
Fix .note.netbsd.march by ensuring correct padding
--
Actually, descsz should not contain the padding. The note still needs to
be padded out.
diffstat:
libexec/ld.elf_so/sysident.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 47ea2fa76e0b -r f7dafe140896 libexec/ld.elf_so/sysident.h
--- a/libexec/ld.elf_so/sysident.h Fri Feb 26 22:31:06 2016 +0000
+++ b/libexec/ld.elf_so/sysident.h Fri Feb 26 22:33:51 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.17.4.1 2016/02/26 22:33:51 snj Exp $ */
/*
* Copyright (c) 1997 Christopher G. Demetriou
@@ -99,6 +99,7 @@
"\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"
"\t.popsection\n"
);
Home |
Main Index |
Thread Index |
Old Index