system.h (OUTPUT_ADDR_CONST_EXTRA): Poison.
authorAnatoly Sokolov <aesok@post.ru>
Thu, 6 Oct 2011 19:25:53 +0000 (23:25 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Thu, 6 Oct 2011 19:25:53 +0000 (23:25 +0400)
commite12671331b81c8deffc0491e344eb503c0c517c8
treeed408683173f92d7d0abeb303fe38d4d20bc713b
parentce72a9a305f5de10f43446aaf3c3fecdf77d7987
system.h (OUTPUT_ADDR_CONST_EXTRA): Poison.

* system.h (OUTPUT_ADDR_CONST_EXTRA): Poison.
* doc/tm.texi.in (OUTPUT_ADDR_CONST_EXTRA): Remove documentation.
* doc/tm.texi: Regenerate.
* target.def (output_addr_const_extra): Use
hook_bool_FILEptr_rtx_false.
* targhooks.c (default_asm_output_addr_const_extra): Remove.
* targhooks.h (default_asm_output_addr_const_extra): Remove.
* hooks.c (hook_bool_FILEptr_rtx_false): New functions.
* hooks.h (hook_bool_FILEptr_rtx_false): Declare.

From-SVN: r179630
gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/hooks.c
gcc/hooks.h
gcc/target.def
gcc/targhooks.c
gcc/targhooks.h