Takis Psarogiannakopoulos wrote: > #undef ASM_SPEC > #define ASM_SPEC " \
> Seems that on the latest GCC 4.3.x tree the argumnet asmspecs has > been dropped from the function rest_of_decl_compilation in gcc/toplev.c > (see also make_decl_rtl procedure). I think there's some confusion here. There is no relationship between the ASM_SPEC definition in a config *.h file regarding options to be passed to the assembler and the old "asmspec" parameter to rest_of_decl_compilation, which related to uses of the "__asm__(...)" extension in the source code. -- Mark Mitchell CodeSourcery m...@codesourcery.com (650) 331-3385 x713