From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74608 invoked by alias); 10 Jul 2015 08:43:34 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 74598 invoked by uid 89); 10 Jul 2015 08:43:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f53.google.com Received: from mail-pa0-f53.google.com (HELO mail-pa0-f53.google.com) (209.85.220.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 10 Jul 2015 08:43:33 +0000 Received: by pabvl15 with SMTP id vl15so164866736pab.1 for ; Fri, 10 Jul 2015 01:43:30 -0700 (PDT) X-Received: by 10.70.53.1 with SMTP id x1mr39914113pdo.114.1436517810695; Fri, 10 Jul 2015 01:43:30 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id sx5sm8690184pab.4.2015.07.10.01.43.28 (version=TLS1_2 cipher=AES128-SHA256 bits=128/128); Fri, 10 Jul 2015 01:43:29 -0700 (PDT) From: Yao Qi To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: [testsuite patch] Fix testsuite regression by: Do not skip prologue for asm (.S) files References: <20150629163708.GA28795@host1.jankratochvil.net> Date: Fri, 10 Jul 2015 08:43:00 -0000 In-Reply-To: <20150629163708.GA28795@host1.jankratochvil.net> (Jan Kratochvil's message of "Mon, 29 Jun 2015 18:37:08 +0200") Message-ID: <86lheol7wz.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00313.txt.bz2 Jan Kratochvil writes: > OK for check-in? > Yes, it is OK. > > Jan > gdb/testsuite/ > 2015-06-29 Jan Kratochvil > > * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter. > (n at main): New. > * gdb.asm/asmsrc1.s: Add comment "mark: main enter". What does "f at main" and "n at main" in parenthesises mean here? --=20 Yao (=E9=BD=90=E5=B0=A7)