]> sourceware.org Git - glibc.git/commit
x86: Modify ENTRY in sysdep.h so that p2align can be specified
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 21 Sep 2021 23:31:49 +0000 (18:31 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 8 Oct 2021 16:30:52 +0000 (11:30 -0500)
commitfc5bd179ef3a953dff8d1655bd530d0e230ffe71
tree8f474d47869c53c13f42e2eaf01a1d6d89137e5c
parentfa80ce6023c76dab34133d43f8c8f831a949fbf3
x86: Modify ENTRY in sysdep.h so that p2align can be specified

No bug.

This change adds a new macro ENTRY_P2ALIGN which takes a second
argument, log2 of the desired function alignment.

The old ENTRY(name) macro is just ENTRY_P2ALIGN(name, 4) so this
doesn't affect any existing functionality.

Signed-off-by: Noah Goldstein <goldstein.w.n@gmail.com>
sysdeps/x86/sysdep.h
This page took 0.042783 seconds and 5 git commands to generate.