diff options
author | Bob Wilson <bob.wilson@acm.org> | 2003-07-01 00:14:33 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2003-07-01 00:14:33 +0000 |
commit | e677f70c666cf42d5c87d14c15511823695f9d49 (patch) | |
tree | 4860ed13139b8c75e2cfe861723bf07ad956078c /gcc/config/xtensa/lib2funcs.S | |
parent | 29e531ff29f5677799bf45a62e85a442d9c492f6 (diff) | |
download | gcc-e677f70c666cf42d5c87d14c15511823695f9d49.zip gcc-e677f70c666cf42d5c87d14c15511823695f9d49.tar.gz gcc-e677f70c666cf42d5c87d14c15511823695f9d49.tar.bz2 |
xtensa-config.h: New file imported from binutils.
include/ChangeLog:
* xtensa-config.h: New file imported from binutils.
gcc/ChangeLog:
* config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
top-level include directory.
* config/xtensa/lib2funcs.S: Likewise.
* config/xtensa/xtensa.h: Likewise.
* config/xtensa/xtensa-config.h: Remove.
* doc/install.texi: Update location of "xtensa-config.h" header.
From-SVN: r68747
Diffstat (limited to 'gcc/config/xtensa/lib2funcs.S')
-rw-r--r-- | gcc/config/xtensa/lib2funcs.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/xtensa/lib2funcs.S b/gcc/config/xtensa/lib2funcs.S index b424d76..d06e122 100644 --- a/gcc/config/xtensa/lib2funcs.S +++ b/gcc/config/xtensa/lib2funcs.S @@ -28,7 +28,7 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "xtensa/xtensa-config.h" +#include "xtensa-config.h" /* __xtensa_libgcc_window_spill: This function flushes out all but the current register window. This is used to set up the stack so that |