PR target/24837
[official-gcc.git] / gcc / config / bfin / elf.h
blob621b786c94df7c003ec5e21f02156ed94afd0166
1 #define OBJECT_FORMAT_ELF
3 #define LOCAL_LABEL_PREFIX "L$"
5 #undef ASM_GENERATE_INTERNAL_LABEL
6 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \
7 sprintf (LABEL, "*%s%s$%d", LOCAL_LABEL_PREFIX, PREFIX, (int) NUM)
9 #undef STARTFILE_SPEC
10 #define STARTFILE_SPEC "crt0%O%s crti%O%s crtbegin%O%s crtlibid%O%s"
12 #undef ENDFILE_SPEC
13 #define ENDFILE_SPEC "crtend%O%s crtn%O%s"
15 #undef USER_LABEL_PREFIX
16 #define USER_LABEL_PREFIX "_"
18 #define NO_IMPLICIT_EXTERN_C