Skip to content
Snippets Groups Projects
Commit 802cc599 authored by bwilson's avatar bwilson
Browse files

* xtensa-config.h (XSHAL_ABI): New.

	(XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119261 138bc75d-0d04-0410-961f-82ee72b054a4
parent 8db6e0d0
No related merge requests found
2006-11-27 Bob Wilson <bob.wilson@acm.org>
* xtensa-config.h (XSHAL_ABI): New.
(XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
2006-04-11 Jim Blandy <jimb@codesourcery.com> 2006-04-11 Jim Blandy <jimb@codesourcery.com>
* libiberty.h (pex_input_file, pex_input_pipe): New declarations. * libiberty.h (pex_input_file, pex_input_pipe): New declarations.
......
/* Xtensa configuration settings. /* 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. Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
...@@ -145,4 +146,12 @@ ...@@ -145,4 +146,12 @@
#undef XCHAL_INST_FETCH_WIDTH #undef XCHAL_INST_FETCH_WIDTH
#define XCHAL_INST_FETCH_WIDTH 4 #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 */ #endif /* !XTENSA_CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment