diff options
author | Bob Wilson <bob.wilson@acm.org> | 2006-11-21 21:49:26 +0000 |
---|---|---|
committer | Bob Wilson <bwilson@gcc.gnu.org> | 2006-11-21 21:49:26 +0000 |
commit | 887af464cde973b03e4e95ee3ad13a5c2ea076d8 (patch) | |
tree | f5f55b6ba240745a81e91eba8b4d2ba17ec37398 /gcc/doc | |
parent | df5487ee86555da5ce5a2728fe3bb7c646afd92f (diff) | |
download | gcc-887af464cde973b03e4e95ee3ad13a5c2ea076d8.zip gcc-887af464cde973b03e4e95ee3ad13a5c2ea076d8.tar.gz gcc-887af464cde973b03e4e95ee3ad13a5c2ea076d8.tar.bz2 |
xtensa.c (xtensa_char_to_class): Delete.
* config/xtensa/xtensa.c (xtensa_char_to_class): Delete.
(xtensa_const_ok_for_letter_p): Delete.
(xtensa_extra_constraint): Delete.
(override_options): Delete xtensa_char_to_class initialization.
* config/xtensa/xtensa.h (REG_CLASS_FROM_LETTER): Delete.
(CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
(EXTRA_CONSTRAINT): Delete.
* config/xtensa/xtensa.md: Include constraints.md.
(call_internal): Combine alternatives.
(call_value_internal): Likewise, and remove invalid constraints.
* config/xtensa/constraints.md: New file.
* config/xtensa/xtensa-protos.h (xtensa_const_ok_for_letter_p): Delete.
(xtensa_extra_constraint): Delete.
* doc/md.texi (Machine Constraints): Refer to constraints.md for
Xtensa constraints.
--Ths line, and those below, will be ignored--
M gcc/doc/md.texi
M gcc/ChangeLog
M gcc/config/xtensa/xtensa.c
M gcc/config/xtensa/xtensa.h
M gcc/config/xtensa/xtensa.md
A gcc/config/xtensa/constraints.md
M gcc/config/xtensa/xtensa-protos.h
From-SVN: r119072
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/md.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 2696eca..6e7a55a 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -3006,7 +3006,7 @@ The constant 0. @end table -@item Xtensa---@file{config/xtensa/xtensa.h} +@item Xtensa---@file{config/xtensa/constraints.md} @table @code @item a General-purpose 32-bit register |