This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Use p2align instead ALIGN
- 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: Mon, 7 Oct 2013 15:20:51 -0700 (PDT)
- Subject: Re: [PATCH] Use p2align instead ALIGN
- Authentication-results: sourceware.org; auth=none
- References: <20130923170330 dot GB10071 at domone dot podge> <20130924181014 dot 49E962C07E at topped-with-meat dot com> <20131003181013 dot GA5771 at domone dot podge>
> * sysdeps/x86_64/memset.S: Use p2align instead align.
This should say:
* sysdeps/x86_64/memset.S (ALIGN): Macro removed.
Use .p2align directive instead, throughout.
OK with that.