From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by sourceware.org (Postfix) with ESMTPS id 7D8FC3858C52 for ; Thu, 19 Jan 2023 21:04:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7D8FC3858C52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=statdns.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=statdns.com Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id BB605320093E for ; Thu, 19 Jan 2023 16:04:11 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Thu, 19 Jan 2023 16:04:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=statdns.com; h= cc:content-type:date:date:from:from:in-reply-to:message-id :mime-version:reply-to:sender:subject:subject:to:to; s=fm2; t= 1674162251; x=1674248651; bh=nFg9Jh5rv/UY2Nt1n9djKhr/EA+EjEdLRK7 d+p0QiFA=; b=d6Qlk4lJURXuw6OXHpOeTfT/TyZNTlbGQN25Yk7oO7dpkto+RVq IXPolO09OIEbXWyIDTLg7NpZVE1HYZU2bzRmwKSCntn2hLg6NrOk8UFrwEPb7BBD bl7IpPAflqG0MKsQYqVsZuNM9HemV3CXu1Jb42QEhz6F1ytI6fJcVMm4NxRCw4bj Hn+kHg+iy+gMYnX/oW/aWXJGnYo0R7xA8H990VZjNYuTom3zN1KX+9uBhRd4mIbx gwmGXqHQDlMki8Hm5jRzQQFDmQXOJy+Q1jz3+Qs8BtrkEIGHS0x2suu/+IAThQS5 iXmERYSkmfG9R6PDXWNZ9FCUzLDUycNu/1A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:date:feedback-id :feedback-id:from:from:in-reply-to:message-id:mime-version :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1674162251; x= 1674248651; bh=nFg9Jh5rv/UY2Nt1n9djKhr/EA+EjEdLRK7d+p0QiFA=; b=D 46IX1hP389fUyal+fUBwMLxGKOjNiHyhn2Ox8uFOTENGJwh7Lb3g6rH/mL2crmx+ J+w/eR6E94JN+a/mHVKeMB3VSehCvrBajwQ5B2CmwMh2ll9LddgNuULpGrAtr2or 6GXU9GWjuMf9e0eL9iybe1X9XxcYX2llV+p7MkKF56ehLvz9AA8nrXzD0deZRMwD DtEt6zgxlypB8pS2JAgkvF+1xhDV9uOmBH5Uu6n+6miYFbof8HJOkNjehIQJkHxv MowQB4laVYIH1p0poVLPx/eb4Td4x2S65zgagmAwVnniCWagwnYNpe93MuHMZna4 eEWUo1Mgbpe8dgcTvC/Xw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedruddutddgudeghecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfggtggusehttdertd dttddvnecuhfhrohhmpefhrhgvuggvrhhitgcuvegrmhgsuhhsuceofhhrvggusehsthgr thgunhhsrdgtohhmqeenucggtffrrghtthgvrhhnpefgkeejleeltdehveffjeefhfeive ejledtffevleekhfetheeludeuueeffeetteenucevlhhushhtvghrufhiiigvpedtnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehfrhgvugesshhtrghtughnshdrtghomh X-ME-Proxy: Feedback-ID: ic0e9462c:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Thu, 19 Jan 2023 16:04:09 -0500 (EST) Date: Thu, 19 Jan 2023 22:03:55 +0100 From: Frederic Cambus To: binutils@sourceware.org Subject: [PATCH] Add OpenBSD ARM GAS support. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-12.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,TXREP 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: gas/ChangeLog: 2023-01-19 Frederic Cambus * configure.tgt (arm-*-openbsd*): Add target. --- gas/ChangeLog | 4 ++++ gas/configure.tgt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 58f807f45f2..0f791190bf8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2023-01-19 Frederic Cambus + + * configure.tgt (arm-*-openbsd*): Add target. + 2023-01-16 Nick Clifton * po/ru.po: Updated Russian translation. diff --git a/gas/configure.tgt b/gas/configure.tgt index b7a1874781f..5fb7d880122 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -159,7 +159,7 @@ case ${generic_target} in arm-*-uclinux*eabi*) fmt=elf em=armlinuxeabi ;; arm-*-uclinux*) fmt=elf em=linux ;; arm-*-nacl*) fmt=elf em=nacl ;; - arm-*-netbsd*) fmt=elf em=nbsd ;; + arm-*-netbsd* | arm-*-openbsd*) fmt=elf em=nbsd ;; arm-*-nto*) fmt=elf ;; arm-wince-pe | arm-*-wince | arm*-*-mingw32ce* | arm*-*-cegcc*) fmt=coff em=wince-pe ;; -- 2.39.0