v850.c (ep_memory_operand): Return FALSE if TARGET_EP is not defined.
authorNick Clifton <nickc@redhat.com>
Fri, 26 Aug 2005 13:45:42 +0000 (13:45 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 26 Aug 2005 13:45:42 +0000 (13:45 +0000)
commit2ec6cd51b63c9d73ca831391d00ff5aca2c76512
tree78458bbeb8d35a4e24339b126b0e1a3edebbf7c6
parente296c00c3209450305f5cf270d9cba03cba38a1c
v850.c (ep_memory_operand): Return FALSE if TARGET_EP is not defined.

* config/v850/v850.c (ep_memory_operand): Return FALSE if TARGET_EP is not
  defined.
* config/v850/c850.h (TARGET_CPU_CPP_BUILTINS): Define __EP__ if TARGET_EP is
  enabled.
  (OPTIMIZATION_OPTIONS): Do not define MASK_EP when optimizing.
* config/v850/v850.md (save_all_interrupt): Only use the EP register if
  TARGET_EP is defined.
  (restore_all_interrupt): Likewise.
* config/v850/lib1funcs.asm: Update functions so that the EP register is only
  used if __EP__ is defined.

From-SVN: r103520
gcc/ChangeLog
gcc/config/v850/lib1funcs.asm
gcc/config/v850/v850.c
gcc/config/v850/v850.h
gcc/config/v850/v850.md