From d605071ebf1fbbba5998a349540d4ad4e667f65e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 28 May 2013 18:25:54 -0400 Subject: libc-internal.h: add ALIGN helper macros Rather than open coding the masks, add helper macros to do the magic. This makes code easier to read. Signed-off-by: Mike Frysinger --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd5a70d622..18e41e8083 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-06-24 Mike Frysinger + + * include/libc-internal.h (ALIGN_DOWN): New helper macro. + (ALIGN_UP): Likewise. + (PTR_ALIGN_DOWN): Likewise. + (PTR_ALIGN_UP): Likewise. + 2013-06-24 Ryan S. Arnold * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8" -- cgit v1.2.3