Re: [PATCH] Remove OUTPUT_ADDR_CONST_EXTRA macro

2011-10-05 Thread Richard Henderson
On 10/05/2011 02:28 PM, Anatoly Sokolov wrote: > * 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_r

[PATCH] Remove OUTPUT_ADDR_CONST_EXTRA macro

2011-10-05 Thread Anatoly Sokolov
Hi. No one back end does not use OUTPUT_ADDR_CONST_EXTRA macro now, this patch remove it. The TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA target hook should be use instead. The patch has been bootstrapped on and regression tested on x86_64-unknown-linux-gnu for c and c++. This patch is pre-approv