]> gcc.gnu.org Git - gcc.git/commit
crx.c: Implemented crx_decompose_address (like in the i386 port) so that...
authorPaul Woegerer <woepaul@gcc.gnu.org>
Fri, 19 Aug 2005 07:47:34 +0000 (07:47 +0000)
committerPaul Woegerer <woepaul@gcc.gnu.org>
Fri, 19 Aug 2005 07:47:34 +0000 (07:47 +0000)
commite95cfa3ba51abdc13086130104f0aa528b3fc87f
treec6db8c7cbae2edb4c37db7bdcd132d6ac8fc60af
parent1581a9a177e82ba05a1769eebcf55a038569d6d3
crx.c: Implemented crx_decompose_address (like in the i386 port) so that...

* 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.

From-SVN: r103269
gcc/config/crx/crx-protos.h
gcc/config/crx/crx.c
gcc/config/crx/crx.h
gcc/config/crx/crx.opt
This page took 0.06142 seconds and 5 git commands to generate.