libc: Add a common sysdep header
commit15ba174656c69b0304a0b155b7eb741a5a5592d5
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Wed, 10 Feb 2010 14:14:14 +0000 (10 15:14 +0100)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Wed, 10 Feb 2010 14:14:14 +0000 (10 15:14 +0100)
treefd5435a0420c3498df46e26345f7d56e35b1a031
parentbeb34ab0e65ff578d72543e4cc2740b9d2219dee
libc: Add a common sysdep header

Add a common header file to provide macros useful in asm code:
C_LABEL to construct the asm name for a C symbol
cfi_xxx to generate eh_frame unwind information.

Ported from NPTL branch.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Rules.mak
libc/sysdeps/linux/common/sysdep.h [new file with mode: 0644]