From: Joseph Myers Date: Wed, 15 Dec 2010 12:55:45 +0000 (+0000) Subject: stormy16.h (LINK_SPEC, WCHAR_TYPE): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5519175f4c25f46a987b1e7dd964d153b9a68419;p=gcc.git stormy16.h (LINK_SPEC, WCHAR_TYPE): Define. * config/stormy16/stormy16.h (LINK_SPEC, WCHAR_TYPE): Define. * config.gcc (xstormy16-*-elf): Don't use svr4.h. From-SVN: r167852 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6ac40331075..68ac27bc3e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-15 Joseph Myers + + * config/stormy16/stormy16.h (LINK_SPEC, WCHAR_TYPE): Define. + * config.gcc (xstormy16-*-elf): Don't use svr4.h. + 2010-12-15 Joseph Myers * config/rx/rx.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define. diff --git a/gcc/config.gcc b/gcc/config.gcc index 94950b8e824..51d9c264450 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2646,7 +2646,7 @@ vax-*-openbsd*) ;; xstormy16-*-elf) # For historical reasons, the target files omit the 'x'. - tm_file="dbxelf.h elfos.h svr4.h newlib-stdint.h stormy16/stormy16.h" + tm_file="dbxelf.h elfos.h newlib-stdint.h stormy16/stormy16.h" tm_p_file=stormy16/stormy16-protos.h md_file=stormy16/stormy16.md out_file=stormy16/stormy16.c diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 1781bc3adea..f255ac9e413 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -25,6 +25,10 @@ #undef ASM_SPEC #define ASM_SPEC "" +#undef LINK_SPEC +#define LINK_SPEC "%{h*} %{v:-V} \ + %{static:-Bstatic} %{shared:-shared} %{symbolic:-Bsymbolic}" + /* For xstormy16: - If -msim is specified, everything is built and linked as for the sim. - If -T is specified, that linker script is used, and it should provide @@ -116,6 +120,9 @@ #define PTRDIFF_TYPE "int" +#undef WCHAR_TYPE +#define WCHAR_TYPE "long int" + #undef WCHAR_TYPE_SIZE #define WCHAR_TYPE_SIZE 32