From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13268 invoked by alias); 27 Dec 2010 11:08:57 -0000 Received: (qmail 13257 invoked by uid 22791); 27 Dec 2010 11:08:56 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 27 Dec 2010 11:08:52 +0000 From: "amylaar at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/46738] microblaze ada --enable-werror-always build fails X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Keywords: build, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: amylaar at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 27 Dec 2010 11:08:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-12/txt/msg02656.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46738 --- Comment #3 from Jorn Wolfgang Rennecke 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)