* system.h (OUTPUT_ADDR_CONST_EXTRA): Poison.
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2011 19:25:53 +0000 (19:25 +0000)
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2011 19:25:53 +0000 (19:25 +0000)
commit3608e5bad37d3d5465ef7c07b6d0cb9e8db8249f
treeed408683173f92d7d0abeb303fe38d4d20bc713b
parente3c8326394dd0c0e89ecb0773fadfb226bd4e523
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179630 138bc75d-0d04-0410-961f-82ee72b054a4
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