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/doc | |
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/doc')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 0bbe1d0..b19993c 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3324,7 +3324,7 @@ Tensilica Instruction Extension (TIE) language are only supported through inline assembly. The Xtensa configuration information must be specified prior to -building GCC@. The @file{gcc/config/xtensa/xtensa-config.h} header +building GCC@. The @file{include/xtensa-config.h} header file contains the configuration information. If you created your own Xtensa configuration with the Xtensa Processor Generator, the downloaded files include a customized copy of this header file, |