http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46738
--- Comment #3 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-12-27 11:08:40 UTC --- Author: amylaar Date: Mon Dec 27 11:08:37 2010 New Revision: 168266 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168266 Log: PR ada/46738 http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00128.html gcc: * targhooks.c (legacy_asm_output_ident): New function. * targhooks.h (legacy_asm_output_ident): Declare. * target.def (asm_out): New hook output_ident. * doc/tm.texi.in (TARGET_ASM_OUTPUT_IDENT): Indicate place for new hook. * doc/tm.texi: Regenerate. gcc/c-family: * c-lex.c (cb_ident): Use targetm.asm_out.output_ident. gcc/ada: * gcc-interface/Make-lang.in (ada/trans.o): Depend on $(TARGET_H). * gcc-interface/trans.c: Include target.h . (gigi): Use targetm.asm_out.output_ident . Added: branches/pr46489-20101227-branch/ChangeLog.46489 branches/pr46489-20101227-branch/gcc/ChangeLog.46489 - copied unchanged from r167975, branches/pr46489-20101217-branch/gcc/ChangeLog.46489 Modified: branches/pr46489-20101227-branch/gcc/ (props changed) branches/pr46489-20101227-branch/gcc/ada/gcc-interface/Make-lang.in branches/pr46489-20101227-branch/gcc/ada/gcc-interface/trans.c branches/pr46489-20101227-branch/gcc/c-family/c-lex.c branches/pr46489-20101227-branch/gcc/doc/tm.texi branches/pr46489-20101227-branch/gcc/doc/tm.texi.in branches/pr46489-20101227-branch/gcc/target.def branches/pr46489-20101227-branch/gcc/targhooks.c branches/pr46489-20101227-branch/gcc/targhooks.h branches/pr46489-20101227-branch/gcc/testsuite/gcc.target/powerpc/ppc-round.c (props changed) Propchange: branches/pr46489-20101227-branch/gcc/ ('svn:mergeinfo' added) Propchange: branches/pr46489-20101227-branch/gcc/testsuite/gcc.target/powerpc/ppc-round.c ('svn:mergeinfo' modified)