Ensure notes are properly padded to 32bit length.

This commit is contained in:
joerg 2014-05-14 14:59:14 +00:00
parent d06bdb36a4
commit 88fc449bba
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: compident.S,v 1.2 2014/02/26 14:54:50 martin Exp $ */
/* $NetBSD: compident.S,v 1.3 2014/05/14 14:59:14 joerg Exp $ */
/*-
* Copyright (c) 2002, 2008 The NetBSD Foundation, Inc.
@ -63,3 +63,4 @@
.long ELF_NOTE_TYPE_MCMODEL_TAG
.ascii "NetBSD\0\0"
.ascii CONTENT
.p2align 2

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysident.S,v 1.2 2013/09/10 16:45:33 matt Exp $ */
/* $NetBSD: sysident.S,v 1.3 2014/05/14 14:59:14 joerg Exp $ */
/*
* Copyright (c) 1997 Christopher G. Demetriou
@ -85,4 +85,5 @@
.long ELF_NOTE_TYPE_MARCH_TAG
.ascii "NetBSD\0\0"
.asciz ELF_NOTE_MARCH_DESC
.p2align 2
#endif