2008-01-25 Douglas Gregor <doug.gregor@gmail.com>
[official-gcc.git] / gcc / config / bfin / uclinux.h
blob041f2eea8515973f02c96648f9d8ea6215b1d05a
1 #undef STARTFILE_SPEC
2 #define STARTFILE_SPEC \
3 "%{!shared: crt1%O%s} crti%O%s crtbegin%O%s crtlibid%O%s"
5 #define TARGET_OS_CPP_BUILTINS() LINUX_TARGET_OS_CPP_BUILTINS()
7 #define MD_UNWIND_SUPPORT "config/bfin/linux-unwind.h"
9 /* Like the definition in gcc.c, but for purposes of uClinux, every link is
10 static. */
11 #define MFWRAP_SPEC " %{fmudflap|fmudflapth: \
12 --wrap=malloc --wrap=free --wrap=calloc --wrap=realloc\
13 --wrap=mmap --wrap=munmap --wrap=alloca\
14 %{fmudflapth: --wrap=pthread_create\
15 }} %{fmudflap|fmudflapth: --wrap=main}"