Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/common Ensure notes are properly padded to 32bit len...
details: https://anonhg.NetBSD.org/src/rev/a761bac730a3
branches: trunk
changeset: 329196:a761bac730a3
user: joerg <joerg%NetBSD.org@localhost>
date: Wed May 14 14:59:14 2014 +0000
description:
Ensure notes are properly padded to 32bit length.
diffstat:
lib/csu/common/compident.S | 3 ++-
lib/csu/common/sysident.S | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 52eda5b743cf -r a761bac730a3 lib/csu/common/compident.S
--- a/lib/csu/common/compident.S Wed May 14 14:38:54 2014 +0000
+++ b/lib/csu/common/compident.S Wed May 14 14:59:14 2014 +0000
@@ -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
diff -r 52eda5b743cf -r a761bac730a3 lib/csu/common/sysident.S
--- a/lib/csu/common/sysident.S Wed May 14 14:38:54 2014 +0000
+++ b/lib/csu/common/sysident.S Wed May 14 14:59:14 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index