From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4239 invoked by alias); 16 Apr 2015 16:53:45 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 4186 invoked by uid 89); 16 Apr 2015 16:53:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mail.rt-rk.com Received: from mx2.rt-rk.com (HELO mail.rt-rk.com) (89.216.37.149) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 16 Apr 2015 16:53:41 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.rt-rk.com (Postfix) with ESMTP id 11E2E1A21AB; Thu, 16 Apr 2015 18:53:37 +0200 (CEST) Received: from mail.rt-rk.com ([127.0.0.1]) by localhost (mail.rt-rk.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id 9IIEF2CpCWWj; Thu, 16 Apr 2015 18:53:37 +0200 (CEST) Received: from YOGI13 (yogi13.domain.local [192.168.233.131]) by mail.rt-rk.com (Postfix) with ESMTPSA id D321B1A1D26; Thu, 16 Apr 2015 18:53:36 +0200 (CEST) From: "Petar Jovanovic" To: "'Moore, Catherine'" , "'Matthew Fortune'" , , "'Maciej W. Rozycki'" References: <003e01d04179$ccc38bc0$664aa340$@rt-rk.com> <6D39441BF12EF246A7ABCE6654B0235320FCA3F1@LEMAIL01.le.imgtec.org> <000201d04723$f69b1350$e3d139f0$@rt-rk.com> In-Reply-To: Subject: RE: [PATCH v2][MIPS] fix CRT_CALL_STATIC_FUNCTION macro Date: Thu, 16 Apr 2015 16:53:00 -0000 Message-ID: <000501d07865$e26f2830$a74d7890$@rt-rk.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2015-04/txt/msg00825.txt.bz2 -----Original Message----- From: Moore, Catherine [mailto:Catherine_Moore@mentor.com] Sent: Friday, February 13, 2015 2:37 AM To: Petar Jovanovic; 'Matthew Fortune'; gcc-patches@gcc.gnu.org; 'Maciej W. Rozycki' Cc: Moore, Catherine Subject: RE: [PATCH v2][MIPS] fix CRT_CALL_STATIC_FUNCTION macro > Hi Petar, > > There isn't any need to execute a large testcase. Instead, try adding a short version of your test to the directory gcc/testsuite/gcc.target/mips. > There are examples of other tests there they check for specific assembler sequences by using scan-assembler. See umips-swp-1.c (and others) for a specific example of how to do this. > Let me know if you need additional help. > Thanks, > Catherine Hi Catherine, Sorry for late response, I have missed to follow up on this. IIUC, scan-assembler will scan assembly file generated from a test file. This particular change will - on the other hand - modify crtend.o and thus init section. Is there a 'scan-assembler' functionality over a final linked executable, as that would actually test the change? Let me know. Thanks. Regards, Petar