* config/xtensa/xtensa.c (smalloffset_mem_p): Use BASE_REG_P.
commit771b60860b0d3f91c0d93eb61efc95bc8e8f2227
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Feb 2007 01:23:05 +0000 (3 01:23 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Feb 2007 01:23:05 +0000 (3 01:23 +0000)
treee49c050263858cb0da4d9f2ece61923906bdbf02
parent9b6b0c8341314ca30d4bc571ad714c1819feebd5
* config/xtensa/xtensa.c (smalloffset_mem_p): Use BASE_REG_P.
(xtensa_legitimate_address_p): New.
(xtensa_legitimize_address): New.
(xtensa_output_addr_const_extra): New.
* config/xtensa/xtensa.h (REG_OK_STRICT_FLAG): Define.
(BASE_REG_P): New.
(REG_OK_FOR_BASE_P): Use BASE_REG_P.
(GO_IF_LEGITIMATE_ADDRESS): Move code to xtensa_legitimate_address_p.
(LEGITIMIZE_ADDRESS): Move code to xtensa_legitimize_address.
(OUTPUT_ADDR_CONST_EXTRA): Move code to xtensa_output_addr_const_extra.
* config/xtensa/xtensa-protos.h (xtensa_legitimate_address_p): New.
(xtensa_legitimize_address): New.
(xtensa_output_addr_const_extra): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121533 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/xtensa/xtensa-protos.h
gcc/config/xtensa/xtensa.c
gcc/config/xtensa/xtensa.h