]> git.ipfire.org Git - thirdparty/gcc.git/commit
target.h (struct gcc_target): Add mode_dependent_address_p field.
authorAnatoly Sokolov <aesok@post.ru>
Wed, 12 May 2010 19:08:31 +0000 (23:08 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Wed, 12 May 2010 19:08:31 +0000 (23:08 +0400)
commitcbda7dc6923547363e10787e6a58dfdd5cae5954
treeab0664b99a156d91a202d107ee413a933ccb1249
parentdfe5f5b2b36092f0e07f3e7e58293c5e0565ced4
target.h (struct gcc_target): Add mode_dependent_address_p field.

* target.h (struct gcc_target): Add mode_dependent_address_p field.
* target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
(TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
* targhooks.c (default_mode_dependent_address_p): New function.
* targhooks.h (default_mode_dependent_address_p): Declare function.
* doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
(GO_IF_MODE_DEPENDENT_ADDRESS): Update.
* recog.c: (mode_dependent_address_p): Call mode_dependent_address_p
target hook. Change return type to bool.
* recog.h: (mode_dependent_address_p): Change return type to bool.

From-SVN: r159339
gcc/ChangeLog
gcc/doc/tm.texi
gcc/recog.c
gcc/recog.h
gcc/target-def.h
gcc/target.h
gcc/targhooks.c
gcc/targhooks.h