From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42592 invoked by alias); 22 May 2019 10:53:58 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 42584 invoked by uid 89); 22 May 2019 10:53:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 May 2019 10:53:57 +0000 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 09E668553D; Wed, 22 May 2019 10:53:56 +0000 (UTC) Received: from [10.36.117.78] (ovpn-117-78.ams2.redhat.com [10.36.117.78]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5A3A559441; Wed, 22 May 2019 10:53:55 +0000 (UTC) To: "Jose E. Marchesi" , binutils@sourceware.org References: <20190520164526.13491-1-jose.marchesi@oracle.com> From: Nick Clifton Openpgp: preference=signencrypt Subject: Re: [PATCH 0/9] eBPF support for GNU binutils Message-ID: <9e97cfb3-8d00-3c22-906c-97ea266db342@redhat.com> Date: Wed, 22 May 2019 10:53:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190520164526.13491-1-jose.marchesi@oracle.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00290.txt.bz2 Hi Jose, Thank you very much for submitting such a nicely set up patch series. I only have one problem with it: the new toolchain shows a lot of failures in the various testsuites: gas: FAIL: DWARF2 1 FAIL: DWARF2 2 FAIL: DWARF2 5 FAIL: DWARF2 6 FAIL: DWARF2 7 FAIL: DWARF2 11 FAIL: DWARF2 12 FAIL: DWARF2 13 FAIL: DWARF2 14 FAIL: DWARF2 15 FAIL: DWARF2 16 FAIL: DWARF2 17 FAIL: DWARF2 18 FAIL: DWARF2 19 FAIL: gas/elf/warn-2.s (test for warnings, line ) FAIL: gas/elf/warn-2.s (test for excess errors) FAIL: lns-duplicate FAIL: lns-common-1 binutils: FAIL: objdump compress debug sections FAIL: objdump compress debug sections 3 FAIL: objcopy compress debug sections in archive with zlib-gabi FAIL: objdump compress debug sections 3 with zlib-gabi FAIL: v2 gnu build attribute notes (64-bit) FAIL: v3 gnu build attribute notes (64-bit) FAIL: assembler generated build notes FAIL: unordered .debug_info references to .debug_ranges FAIL: objdump decoded line FAIL: objdump -WL (reason: unexpected output) FAIL: objdump -WL FAIL: objdump -W for debug_ranges FAIL: readelf --debug-dump=loc pr18374 FAIL: readelf --debug-dump=loc locview-1 FAIL: readelf --debug-dump=loc locview-2 FAIL: readelf -wiaoRlL dw5 FAIL: readelf --debug-dump=links dwo ld: FAIL: ld-discard/extern FAIL: ld-discard/start FAIL: ld-discard/static FAIL: PR ld/21703 FAIL: PR ld/21703 -r FAIL: Symbol flags copy FAIL: ld-elf/group1 FAIL: ld-elf/group10 FAIL: ld-elf/group2 FAIL: ld-elf/group3b FAIL: ld-elf/group4 FAIL: ld-elf/group5 FAIL: ld-elf/group6 FAIL: ld-elf/group7 FAIL: ld-elf/group8a FAIL: ld-elf/group8b FAIL: ld-elf/group9a FAIL: ld-elf/group9b FAIL: ld-elf/linkonce2 FAIL: ld-elf/merge FAIL: ld-elf/merge2 FAIL: ld-elf/merge3 FAIL: ld-elf/pr12851 FAIL: ld-elf/pr17550c FAIL: ld-elf/pr17550d FAIL: ld-elf/pr22677 FAIL: ld-elf/pr22836-1a FAIL: ld-elf/pr22836-1b FAIL: ld-elf/pr22836-2 FAIL: ld-elf/pr23658-1a FAIL: ld-elf/warn1 FAIL: ld-elf/warn3 FAIL: Generate empty import library FAIL: Generate import library FAIL: Linkonce sections with assembler generated notes FAIL: ld-elf/64ksec-r FAIL: ld-elf/64ksec FAIL: Linker setting GNU OSABI on STB_GNU_UNIQUE symbol (PR 10549) Please could you take a look at these and determine if they represent problems with the ebpf code, problems with the tests, or just something that ought to be skipped. Cheers Nick