Merged revisions 96681,96683-96686,96689-96692,96698-96701,96705,96708,96710,96712...
[official-gcc.git] / gcc / config / bfin / elf.h
blob643d5197a677615abbd7d97a4131e6305bb4a94b
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"
12 #undef ENDFILE_SPEC
13 #define ENDFILE_SPEC "crtend%O%s crtn%O%s"
15 #undef USER_LABEL_PREFIX
16 #define USER_LABEL_PREFIX "_"