From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25391 invoked by alias); 19 Jul 2012 16:18:16 -0000 Received: (qmail 25367 invoked by uid 22791); 19 Jul 2012 16:18:12 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-qa0-f73.google.com (HELO mail-qa0-f73.google.com) (209.85.216.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Jul 2012 16:17:59 +0000 Received: by qafk22 with SMTP id k22so313629qaf.0 for ; Thu, 19 Jul 2012 09:17:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:content-type:content-transfer-encoding:message-id:date :to:cc:subject:in-reply-to:references:x-mailer:from :x-gm-message-state; bh=WMs4THpTLMBNPwiCPXvxAtFybEoTmFS9SMKh83g81XM=; b=dVcY//haiBUkxplOquBoMxxgob5Y6dfI14KkZ5KPewmAVWIxe/dQHEve9WPH1250b3 modW4htAmPSGaxd/p5heNexNXJJdclNyYPoOEhMeRbO8+vZQM7xgHEdIL3xfT2InRaEF KhtKnAqRKHC50NXkDGLEMzm9Ap5uie3DVYKmVpZJHyAmpxpSZWOqXqPIrgys/qBrMbDh biZXePUUqCEjllqbGBo3apqkyxN8871qboOEzDoIbWca+VN9tNcNw0dn37Upp+wL3+r/ mlpmqbfBU+FU7Wj0uNW7sqMuB3tpS3fWuwb9ARf9are3FtqnD6Kir5Vb/aslQwgt91t/ 1tJw== Received: by 10.236.157.227 with SMTP id o63mr1271426yhk.18.1342714678604; Thu, 19 Jul 2012 09:17:58 -0700 (PDT) Received: by 10.236.157.227 with SMTP id o63mr1271413yhk.18.1342714678513; Thu, 19 Jul 2012 09:17:58 -0700 (PDT) Received: from wpzn4.hot.corp.google.com (216-239-44-65.google.com [216.239.44.65]) by gmr-mx.google.com with ESMTPS id e37si655519yhi.1.2012.07.19.09.17.58 (version=TLSv1/SSLv3 cipher=AES128-SHA); Thu, 19 Jul 2012 09:17:58 -0700 (PDT) Received: from ruffy2.mtv.corp.google.com (ruffy2.mtv.corp.google.com [172.18.110.129]) by wpzn4.hot.corp.google.com (Postfix) with ESMTP id 531761E0043; Thu, 19 Jul 2012 09:17:57 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20488.13108.752477.129432@ruffy2.mtv.corp.google.com> Date: Thu, 19 Jul 2012 16:18:00 -0000 To: Andreas Schwab Cc: Jan Kratochvil , Tom Tromey , gdb-patches@sourceware.org, ccoutant@google.com, saugustine@google.com Subject: Re: Crash regression for gdb.ada/*.exp [Re: [RFA 2/3] Initial Fission support, rewrite DIE reading] In-Reply-To: References: <20120418185511.0AED52461AF@ruffy.mtv.corp.google.com> <878vhi6vq1.fsf@fleche.redhat.com> <20120429090455.GA9848@host2.jankratochvil.net> <20120430013711.GA3186@host2.jankratochvil.net> From: dje@google.com X-Gm-Message-State: ALoCoQlYGiahs1mWtuu2yMbAjR2NnY86QldARt+QLKtmOHN6KqiEpLbhjgumS5erv2mEi3lRuUmgd7DUxaZJ0zlfRnB5YgQIkB2/06l+6yv0z3R17f8MdNvSUH0QsYFoGea+PKbDFHkm1eNQmGT/bcXVAaa1s7AP5sBaTegXU+UEiISzqNdTYzez2pEifzMwwXpSH4LCHu3+ X-IsSubscribed: yes 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 X-SW-Source: 2012-07/txt/msg00353.txt.bz2 Andreas Schwab writes: > Doug Evans writes: > > > + .file "pr13961.cc" > > + > > + .globl baz > > + .bss > > Executing on host: gcc -c -g -o /home/abuild/rpmbuild/BUILD/gdb-7.4.91/gdb/testsuite/gdb.dwarf2/pr139610.o ./gdb.dwarf2/pr13961.S (timeout = 300) > spawn gcc -c -g -o /home/abuild/rpmbuild/BUILD/gdb-7.4.91/gdb/testsuite/gdb.dwarf2/pr139610.o ./gdb.dwarf2/pr13961.S > pr13961.cc: Assembler messages: > pr13961.cc:43: Error: unknown pseudo-op: `.bss' > compiler exited with status 1 > output is: > pr13961.cc: Assembler messages: > pr13961.cc:43: Error: unknown pseudo-op: `.bss' > > gdb compile failed, pr13961.cc: Assembler messages: > pr13961.cc:43: Error: unknown pseudo-op: `.bss' > UNTESTED: gdb.dwarf2/pr13961.exp: pr13961.exp Fixed with same patch for fission-reread.S. http://sourceware.org/ml/gdb-patches/2012-07/msg00352.html