X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fxtensa-config.h;h=36f9719fe33dc5c7d6bb3875ac52e817033030b6;hb=79fcd0ece5c6df22ab18df06d6549cfcb75ed6e1;hp=b48c196350af4c6b3daaf051379b953d2f679785;hpb=b2d179bedabd1313a50f2c9f71f782c3e8d69046;p=deliverable%2Fbinutils-gdb.git diff --git a/include/xtensa-config.h b/include/xtensa-config.h index b48c196350..36f9719fe3 100644 --- a/include/xtensa-config.h +++ b/include/xtensa-config.h @@ -1,5 +1,6 @@ /* Xtensa configuration settings. - Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. This program is free software; you can redistribute it and/or modify @@ -54,6 +55,9 @@ #undef XCHAL_HAVE_MUL32 #define XCHAL_HAVE_MUL32 0 +#undef XCHAL_HAVE_MUL32_HIGH +#define XCHAL_HAVE_MUL32_HIGH 0 + #undef XCHAL_HAVE_DIV32 #define XCHAL_HAVE_DIV32 0 @@ -142,4 +146,12 @@ #undef XCHAL_INST_FETCH_WIDTH #define XCHAL_INST_FETCH_WIDTH 4 + +#undef XSHAL_ABI +#undef XTHAL_ABI_WINDOWED +#undef XTHAL_ABI_CALL0 +#define XSHAL_ABI XTHAL_ABI_WINDOWED +#define XTHAL_ABI_WINDOWED 0 +#define XTHAL_ABI_CALL0 1 + #endif /* !XTENSA_CONFIG_H */