From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4851 invoked by alias); 19 Jul 2012 17:24:30 -0000 Received: (qmail 4820 invoked by uid 22791); 19 Jul 2012 17:24:27 -0000 X-SWARE-Spam-Status: No, hits=-5.5 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-vc0-f169.google.com (HELO mail-vc0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Jul 2012 17:24:12 +0000 Received: by vcbfl10 with SMTP id fl10so2757798vcb.0 for ; Thu, 19 Jul 2012 10:24:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=mDASGBbHvUthUGHTrmhm/HUdRgmlkKKFn+UY7EUbNuI=; b=NE3EoOMhNv1bIFz123b5QWKbeK3pFFHb+6I6FQo8E+HY0rdOz8VfFpF8NWnJJbUOGh YI6PlcV4IeKvx8uSXieA6G2pGv2xC/1ql4Jj11+32H0yo4J2H3kw5CwdtXyJHX641yS0 6p+DFXAC6EZGa9Ko4zvc+FsBZbHeCzsBdN3ZVDxm7EQBqu2/c+Qjv3r+ZiaYmV3PDl6G WRipl3topN8mwwbqN69WIq24IMLbtbPnNs332/M+3CsgLE1c5H7ibsz3zyq4qKHCkZU8 U/BXCVhfUqpJ9TxcWcOJq/5yqVAuW51z7m3IjPrIHqkhGBFUYaKDfM2ZXUGv0vnRnQKm uqpg== Received: by 10.52.90.144 with SMTP id bw16mr1432666vdb.129.1342718651635; Thu, 19 Jul 2012 10:24:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.90.144 with SMTP id bw16mr1432650vdb.129.1342718651324; Thu, 19 Jul 2012 10:24:11 -0700 (PDT) Received: by 10.52.157.4 with HTTP; Thu, 19 Jul 2012 10:24:11 -0700 (PDT) In-Reply-To: References: <20120701021809.14F031E124A@ruffy2.mtv.corp.google.com> <20488.13038.452382.101032@ruffy2.mtv.corp.google.com> Date: Thu, 19 Jul 2012 17:24:00 -0000 Message-ID: Subject: Re: [commit] Fix rereading of DWO DIEs From: Doug Evans To: Andreas Schwab Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQkF7nz63n4ezqb0PZ78RHY+LmQlfTg9WGWRLSuvQPTvgEdOv8NbMGXjFFmRziF0hMQBCxt/7IoVrEbm+W8n+m4622EReodmtAHuDfLDrGkMoNPgsn/XnnxLFHdsPtuiRBCi7M++BnYtsgTAGTdJbpP3pulqcAqiNnOb0XGt6zhbQAR15+xkD388kLhyi9agTBJu1zSv 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/msg00361.txt.bz2 On Thu, Jul 19, 2012 at 9:40 AM, Andreas Schwab wrote: > dje@google.com writes: > >> Andreas Schwab writes: >> > Executing on host: gcc -c -o /home/abuild/rpmbuild/BUILD/gdb-7.4.91/gdb/testsuite/gdb.dwarf2/fission-reread0.o ./gdb.dwarf2/fission-reread.S (timeout = 300) >> > spawn gcc -c -o /home/abuild/rpmbuild/BUILD/gdb-7.4.91/gdb/testsuite/gdb.dwarf2/fission-reread0.o ./gdb.dwarf2/fission-reread.S >> > fission-reread.cc: Assembler messages: >> > fission-reread.cc:44: Error: unknown pseudo-op: `.bss' >> > compiler exited with status 1 >> > output is: >> > fission-reread.cc: Assembler messages: >> > fission-reread.cc:44: Error: unknown pseudo-op: `.bss' >> > >> > gdb compile failed, fission-reread.cc: Assembler messages: >> > fission-reread.cc:44: Error: unknown pseudo-op: `.bss' >> > UNTESTED: gdb.dwarf2/fission-reread.exp: fission-reread.exp >> >> Hi. >> >> Can you test this? >> [.data is used elsewhere so this should be portable enough] > > Or .section .bss. There is no occurrence of the word "bss" in any gdb.dwarf2/*.S files outside the two files in question, so for consistency's sake I went with .data.