From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id AD24E3858D3C for ; Thu, 15 Jun 2023 10:46:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AD24E3858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1686826013; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=by38WoVHaMZh3NXJk3iYAlGLXepzCHfx8JKznvNuI0Y=; b=MMAQnoBfM2mvO4jw0Ik0fmAaHlMmmI1hl8tmiM5Xmp4dXG5O2I6FsxaksLqhb3UDuBUEfA p2FPUGrIzmsdv3IZi/TgMk3bYQbPcSpxZFhDk8JOhGQ1gie6UpU4cabmz/kWXAIpQtkgZ0 mUX4tjrjbA6z9pwmXdUAxJihEgrrJPE= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-235-JsLNIzreNEegTroYCBI5tw-1; Thu, 15 Jun 2023 06:46:51 -0400 X-MC-Unique: JsLNIzreNEegTroYCBI5tw-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9DA663C0D84A; Thu, 15 Jun 2023 10:46:51 +0000 (UTC) Received: from prancer.redhat.com (unknown [10.42.28.151]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 78D911121314; Thu, 15 Jun 2023 10:46:50 +0000 (UTC) From: Nick Clifton To: macro@orcam.me.uk Subject: New failures for the mips64el-openbsd target CC: binutils@sourceware.org Date: Thu, 15 Jun 2023 11:46:46 +0100 Message-ID: <87zg51m295.fsf@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Maciej, I am seeing a large number of new test failures for the mips64el-openbsd target: GAS REGRESSION: forward expression GAS REGRESSION: assignment tests GAS REGRESSION: gas/all/none GAS REGRESSION: macro test 2 GAS REGRESSION: macro irp GAS REGRESSION: macro rept GAS REGRESSION: nested irp/irpc/rept GAS REGRESSION: macro vararg GAS REGRESSION: Compact EH EB #1 with GAS REGRESSION: Compact EH EB #2 with GAS REGRESSION: Compact EH EB #3 with GAS REGRESSION: Compact EH EB #4 with GAS REGRESSION: Compact EH EB #5 with GAS REGRESSION: Compact EH EB #6 with GAS REGRESSION: Compact EH EL #1 with GAS REGRESSION: Compact EH EL #2 with GAS REGRESSION: Compact EH EL #3 with GAS REGRESSION: Compact EH EL #4 with GAS REGRESSION: Compact EH EL #5 with GAS REGRESSION: Compact EH EL #6 with GAS REGRESSION: Compact EH EL #7 with GAS REGRESSION: MIPS RM7000 workarounds test 2 GAS REGRESSION: mips jalx GAS REGRESSION: .set arch=FOO GAS REGRESSION: ST Microelectronics Loongson-2F workarounds of GAS REGRESSION: ST Microelectronics Loongson-2F workarounds of GAS REGRESSION: MIPS DSP ASE for MIPS64 GAS REGRESSION: gas/mips/align2 GAS REGRESSION: gas/mips/align2-el GAS REGRESSION: Locally-resolvable PC-relative code references GAS REGRESSION: Paired LL/SC for mips64r6 (mips64r6) LD REGRESSION: ld-elf/eh5 LD REGRESSION: ld-elf/group3a LD REGRESSION: ld-elf/group3b LD REGRESSION: Place orphan sections (map file LD REGRESSION: ld-elf/orphan-region LD REGRESSION: ld-elf/orphan LD REGRESSION: MIPS jalx-1 LD REGRESSION: MIPS JALX to unaligned symbol LD REGRESSION: MIPS16 JALX to unaligned symbol LD REGRESSION: microMIPS JALX to unaligned symbol LD REGRESSION: JAL overflow 2 LD REGRESSION: MIPS16 interlinking for local functions LD REGRESSION: ld-mips-elf/attr-gnu-4-10 LD REGRESSION: overlay size (map file check) LD REGRESSION: overlay size BIN REGRESSION: readelf -S bintest BIN REGRESSION: readelf -r bintest I do not know if these are related to your recent gas testuite fix (2b462da34de977f953a778afa0cb55e3286ece3d), but would you mind checking please ? If you cannot reproduce the problems, then it is probably an issue at my end - maybe I need to rerun the configure script or something like that - and I will investigate some more. Cheers Nick