From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mr4.vodafonemail.de (mr4.vodafonemail.de [145.253.228.164]) by sourceware.org (Postfix) with ESMTPS id 58C1A3857B83 for ; Sat, 3 Feb 2024 21:13:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 58C1A3857B83 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nexgo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nexgo.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 58C1A3857B83 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=145.253.228.164 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706994788; cv=none; b=GfJTt9NeKxgSbFIDwUe8wPW6lAe2WdKihT9a/sfFZuBeQvtlgDQzrpxKDQTAhW77Q6Le1c9FM/xoGoADMRMEe3t6pSzRk8/X58MXExOpBKEezYDx2TWomw8igo+OfNoFRoTtsnDMQ4l6aTmPcDBlAcVRSWhnlQkWSuIfamh3FH8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706994788; c=relaxed/simple; bh=xOvgM7GEbMgSek1Ex92DuOKxXCYW1IKjY0xfs+DtZbA=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=sDltp9pPjoXuKpHv2WaN34QPSyVkrI1JsrfaY7TREzKAhsyv2GnWIet0vfaZqv9zDqHBshaUYfTQaRBd9MizxzurZgpC+vK8D+L+IrKm2ZfHwNz72EEb3fN6yO1Fx5mDu7HsDjlWp7mtbtxsBdBoKYEe5CMXToB3zdKFUJFg4GM= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de; s=vfde-mb-mr2-23sep; t=1706994784; bh=SezgVDR7iPZyX5AC/ZDcUXZ6HBuVwBuo3t8litTo4XE=; h=From:To:Subject:Date:Message-ID:User-Agent:Content-Type:From; b=o6CV5HHhF8ulvffu66uAMe+qWGIMUpmXRi7jz9OBaIMQ126ayb+Wm7sopzToe7R7P QNxxZJWmDA5K9f1QeYXwREHFccyf4MLnolpG/QH69tl6zqv6WeWQEYnrnuG67PILJR F92UJzzE4+tTX0xqHwsK1Pq28H+8RvWEnfKWuYUM= Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mr4.vodafonemail.de (Postfix) with ESMTPS id 4TS52m3tpjz1y0F for ; Sat, 3 Feb 2024 21:13:04 +0000 (UTC) Received: from Gerda (p54a0c6f4.dip0.t-ipconnect.de [84.160.198.244]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4TS52h1lmzz9sc3 for ; Sat, 3 Feb 2024 21:12:57 +0000 (UTC) From: ASSI To: cygwin-announce@cygwin.com Subject: Updated: {,mingw64-{i686,x86_64}-}binutils-2.42-1 Date: Sat, 03 Feb 2024 22:12:56 +0100 Message-ID: <87il35s147.fsf@Gerda.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-purgate-type: clean X-purgate: clean X-purgate-size: 518 X-purgate-ID: 155817::1706994780-317F942C-6B4BC960/0/0 X-Spam-Status: No, score=-3030.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,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: The binutils packages for Cygwin and MingW64 cross-compilation toolchains have been updated to the upstream feature release 2.42, with additional patches applied for Cygwin. binutils-2.42-1 mingw64-i686-binutils-2.42-1 mingw64-x86_64-binutils-2.42-1 The GNU Binutils are a collection of binary tools. Most of these programs use BFD, the Binary File Descriptor library, to do low-level manipulation. Many of them also use the opcodes library to assemble and disassemble machine instructions. --