On Thu, Aug 23, 2012 at 8:59 PM, Joseph S. Myers <jos...@codesourcery.com> wrote:
>> 2012-08-23 Uros Bizjak <ubiz...@gmail.com> >> >> * target.def (reject_combined_insn): New target hook. >> * doc/tm.texi.in (TARGET_REJECT_COMBINED_INSN): New hook. >> * doc/tm.texi: Regenerated. > > The preferred location for hook documentation is in the doc string in > target.def rather than in tm.texi.in. (If you wish to move *existing* > text from tm.texi.in to such a doc string in target.def, CC me or Diego or > Gerald on the patch and ask for docstring relicensing review.) No problem, will put the string in target.def (I really wondered what the empty quotes were for). Thanks, Uros.