From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22734 invoked by alias); 23 Apr 2003 18:17:51 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 22727 invoked from network); 23 Apr 2003 18:17:51 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 23 Apr 2003 18:17:51 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h3NIHpD26163 for ; Wed, 23 Apr 2003 14:17:51 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h3NIHpq04877; Wed, 23 Apr 2003 14:17:51 -0400 Received: from localhost.localdomain.redhat.com (vpn50-41.rdu.redhat.com [172.16.50.41]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h3NIHmk02375; Wed, 23 Apr 2003 14:17:50 -0400 To: hjl@lucon.org Cc: binutils@sources.redhat.com Subject: Re: RFA: Fix readelf -wi test (Was: Re: readelf: apply all rela relocations in the debug_info section) References: <3EA58964.E0269B6F@superh.com> <3EA58B57.F6F58A01@superh.com> <3EA5A211.14A57085@superh.com> <20030423110932.A21922@lucon.org> From: Nick Clifton Date: Wed, 23 Apr 2003 18:17:00 -0000 In-Reply-To: <20030423110932.A21922@lucon.org> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00458.txt.bz2 Hi H.J. > Now it fails on RedHat 9: Strange. I am running RH9 and I do not get that failure. Was this with a natively configured toolchain ? Anyway it looks like we need to reduce the text inside readelf.wi even more. I suspect that the best thing to do would be to delete the test entirely. Do you agree ? Cheers Nick > > H.J. > ---- > exec /export/build/linux/binutils-debug/build-i686-linux/binutils/readelf -wi tmpdir/testprog.o > readelf.out > regexp_diff match failure > regexp "^ DW_AT_producer :.*$" > line " DW_AT_name : (indirect string, offset: 0x68): /net/gnu/export/linux/src/binutils/binutils/binutils/testsuite/binutils-all/testprog.c " > regexp_diff match failure > regexp "^ DW_AT_language : 1 \(ANSI C\)$" > line " DW_AT_producer : (indirect string, offset: 0x2e): GNU C 3.2.2 20030222 (Red Hat Linux 3.2.2-5) " > regexp_diff match failure > regexp "^ DW_AT_name : .*$" > line " DW_AT_language : 1 (ANSI C)" > FAIL: readelf -wi