]> git.ipfire.org Git - thirdparty/glibc.git/commit
LoongArch: Redefine macro LEAF/ENTRY.
authordengjianbo <dengjianbo@loongson.cn>
Tue, 8 Aug 2023 06:15:42 +0000 (14:15 +0800)
committercaiyinyu <caiyinyu@loongson.cn>
Mon, 14 Aug 2023 01:47:09 +0000 (09:47 +0800)
commit57b2c14272998c0ea08c005edbd90887c2d5fa6b
tree4eb5e049f40c7cf49e47b7293cb955e267ec33bb
parent084fb31bc2c5f95ae0b9e6df4d3cf0ff43471ede
LoongArch: Redefine macro LEAF/ENTRY.

The following usage of macro LEAF/ENTRY are all feasible:
1. LEAF(fcn) -- the align value of fcn is .align 3(default value)
2. LEAF(fcn, 6) -- the align value of fcn is .align 6
sysdeps/loongarch/sys/asm.h