diff --git a/elf/dl-load.c b/elf/dl-load.c index 2f2a9be566..3452c0b1b4 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -109,7 +109,7 @@ ELF_PREFERRED_ADDRESS_DATA; struct filebuf { ssize_t len; - char buf[1024]; + char buf[1024] __attribute__ ((aligned (__alignof (ElfW(Ehdr))))); }; /* This is the decomposed LD_LIBRARY_PATH search path. */