Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/common MARCH note is conditional
details: https://anonhg.NetBSD.org/src/rev/e08e0fb331ad
branches: trunk
changeset: 789849:e08e0fb331ad
user: matt <matt%NetBSD.org@localhost>
date: Tue Sep 10 17:23:55 2013 +0000
description:
MARCH note is conditional
diffstat:
lib/csu/common/sysident_assym.cf | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 67b548772695 -r e08e0fb331ad lib/csu/common/sysident_assym.cf
--- a/lib/csu/common/sysident_assym.cf Tue Sep 10 17:13:29 2013 +0000
+++ b/lib/csu/common/sysident_assym.cf Tue Sep 10 17:23:55 2013 +0000
@@ -11,8 +11,10 @@
define ELF_NOTE_TYPE_PAX_TAG ELF_NOTE_TYPE_PAX_TAG
#define ELF_NOTE_PAX_NAME ELF_NOTE_PAX_NAME
+ifdef ELF_NOTE_MARCH_DESC
define ELF_NOTE_MARCH_NAMESZ ELF_NOTE_MARCH_NAMESZ
define ELF_NOTE_MARCH_DESCSZ sizeof(ELF_NOTE_MARCH_DESC)
define ELF_NOTE_TYPE_MARCH_TAG ELF_NOTE_TYPE_MARCH_TAG
#define ELF_NOTE_MARCH_NAME ELF_NOTE_MARCH_NAME
#define ELF_NOTE_MARCH_DESC ELF_NOTE_MARCH_DESC
+endif
Home |
Main Index |
Thread Index |
Old Index