This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Move ALIGN macro to header.
- From: Roland McGrath <roland at hack dot frob dot com>
- To: OndÅej BÃlka <neleai at seznam dot cz>
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 24 Sep 2013 11:10:14 -0700 (PDT)
- Subject: Re: [PATCH] Move ALIGN macro to header.
- Authentication-results: sourceware.org; auth=none
- References: <20130923170330 dot GB10071 at domone dot podge>
What's the point of that macro? The point of the .p2align and .balign
directives is that their semantics are clear and uniform across targets.
So code should always just use one of those directly.