From: Ulrich Drepper Date: Tue, 19 May 1998 16:11:52 +0000 (+0000) Subject: (ALIGNARG): ELF .align directive uses a log, not a byte-count. X-Git-Tag: glibc-2.16-ports-before-merge~3234 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c56aa6338e8dfd4abb545b42c8fcff98b8e6163;p=thirdparty%2Fglibc.git (ALIGNARG): ELF .align directive uses a log, not a byte-count. --- diff --git a/sysdeps/arm/sysdep.h b/sysdeps/arm/sysdep.h index 28dd402cedf..eeef7aadeda 100644 --- a/sysdeps/arm/sysdep.h +++ b/sysdeps/arm/sysdep.h @@ -25,8 +25,7 @@ #ifdef HAVE_ELF -/* ELF uses byte-counts for .align, most others use log2 of count of bytes. */ -#define ALIGNARG(log2) 1<