diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-10-17 15:43:13 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-10-17 15:43:13 +0000 |
| commit | 3efeb2b693efcd83c355f417452e316492426af6 (patch) | |
| tree | be3567a614ccda703207b4e8d2a45033f3bfd846 /lib/csu | |
| parent | addeef8284676f5176cd777bace5e4f5bc3e32e2 (diff) | |
Notes
Diffstat (limited to 'lib/csu')
| -rw-r--r-- | lib/csu/common/crtbrand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c index 9405f91af1b1..dde60b38bb48 100644 --- a/lib/csu/common/crtbrand.c +++ b/lib/csu/common/crtbrand.c @@ -43,7 +43,7 @@ static const struct { int32_t type; char name[sizeof ABI_VENDOR]; int32_t desc; -} abitag __attribute__ ((section (ABI_SECTION))) __unused = { +} abitag __attribute__ ((section (ABI_SECTION), aligned(4))) __unused = { sizeof ABI_VENDOR, sizeof(int32_t), ABI_NOTETYPE, |
