aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2013-10-27 23:48:59 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2013-10-27 23:48:59 +0000
commit122990a3798919de67f4d80b512f02ddd0073f60 (patch)
treef255f2f07c7a456e4e60259de935d29fbf3eaf59 /lib/csu
parent3acd1dbcd39388bdac3a05172edc51a97191fe5d (diff)
Notes
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/arm/crt1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/arm/crt1.c b/lib/csu/arm/crt1.c
index d9f8a2d07a5b6..d2fbab35c349e 100644
--- a/lib/csu/arm/crt1.c
+++ b/lib/csu/arm/crt1.c
@@ -123,7 +123,7 @@ static const struct {
char desc[sizeof(MACHINE_ARCH)];
} archtag __attribute__ ((section (NOTE_SECTION), aligned(4))) __used = {
.namesz = sizeof(NOTE_FREEBSD_VENDOR),
- .descsz = sizeof(int32_t),
+ .descsz = sizeof(MACHINE_ARCH),
.type = ARCH_NOTETYPE,
.name = NOTE_FREEBSD_VENDOR,
.desc = MACHINE_ARCH