diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libc-symbols.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h index 06d5602f7d..6cac04b91a 100644 --- a/include/libc-symbols.h +++ b/include/libc-symbols.h @@ -80,6 +80,10 @@ # define ASM_LINE_SEP ; #endif +#ifndef C_SYMBOL_DOT_NAME +# define C_SYMBOL_DOT_NAME(name) .##name +#endif + #ifndef __ASSEMBLER__ /* GCC understands weak symbols and aliases; use its interface where possible, instead of embedded assembly language. */ |