OSDN Git Service

* config/crx/crx.c: Implemented crx_decompose_address (like in the
authorwoepaul <woepaul@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Aug 2005 07:47:34 +0000 (07:47 +0000)
committerwoepaul <woepaul@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Aug 2005 07:47:34 +0000 (07:47 +0000)
commit66e5224ecf53ca32f7a10cab3a461904a6d83cf3
treec6db8c7cbae2edb4c37db7bdcd132d6ac8fc60af
parent17fd11941851cdc8a68f9858cba449ae432eb1c9
* config/crx/crx.c: Implemented crx_decompose_address (like in the
  i386 port) so that crx_legitimate_address_p, crx_address_cost
  and crx_print_operand_address are using the same code for adress
  handling. Using symbolic displacements now gets rejected since
  the CRX register relative adressing mode can't handle unsigned
  32-bit values as displacements.
* config/crx/crx.h: Simplified definitions for REG_OK_FOR_BASE_P,
  removed redundant parenthesis and obsolete macros.
* config/crx/crx.opt: Added a new switch for debugging of address
  handling.
* config/crx/crx-protos.h: Added new declarations for above.

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