From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by sourceware.org (Postfix) with ESMTPS id 388B3385840A for ; Mon, 24 Oct 2022 08:58:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 388B3385840A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wm1-x32d.google.com with SMTP id 186-20020a1c02c3000000b003c6c154d528so9459403wmc.4 for ; Mon, 24 Oct 2022 01:58:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=z0TxwbMhZ9r4qaUFjDwefQbkoBtGJVtvrIYLEbgpQcs=; b=Y01VCh0i7Vw2rPXvZY/E+FEKjNJSNtTpqfXBKBkeK7HS6RJ9SrLwIovuizJ0/bQqEO Z6bI89w3cNR26WDaGuFHUEt1bnR2bkVxF5dog5V1O0Sip07QWqU4AEvMpPQpI8Bh0bLt 6dzSdlPotK4RogpoCXHk2r/bJ1jnZKikXYrqXz2eBXHxQflb8/YldBnK0D7aHf5Li1LI f42wSXP7vt/CViBb/zRvMzZeRQfdqbmDOCF1fw6xPw4fzvFfAhZu1NQDQZowZCDnkZjh v/54as+RaMaveuxRcxFhJqPQmltWk2Gjz4v/NDz7tvY5EmvqoP+yJ3NJsdnbD30pX3yD AthA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=z0TxwbMhZ9r4qaUFjDwefQbkoBtGJVtvrIYLEbgpQcs=; b=joAGQCOPGg/vHdvumqSqb+I3tEeXAQRTaTECpDj2HjrUJJvS3Io8UncZEr8+W7DDg4 Wv6HrZq0fJo+oQZZTT2ubAMEACvG66YWvMooXLnyalH2kys1k9BtFL9VSwRG8tOCE9Wf 4fa8sFD3VORKZuEamHNpYtUqkhWiczF54jsLfX2QVfpDdTSlpuNPkUKtGkUD5Af4/8yq DxEfD3y2C2x1AJLjrgEscziVbkDMcqd44JC2PnML9pdJ0AXYuBEz44R+U5X5EFEdMR1A 5m/ya9110liv4bHZTf5cNBi4aeuG19GJnFGsPJ/a8T7zDFKOzA0DdUlAqSe+3tJEL55V HKrA== X-Gm-Message-State: ACrzQf3GApGuwj0AeFj27XPXGgz8z5oecn9xOYDMGGRtJlexgh+UcTWw noWXr2J8AlbiL7oOMzwZ1HX6mC/edWiv0A== X-Google-Smtp-Source: AMsMyM7YAh8hjLufj2GWskark7OCHdZbnCO8Nqa/dAMSy6+dgVqO3Aeky42yBe/W0iZLTmu15dJUOQ== X-Received: by 2002:a05:600c:681:b0:3c6:bafd:cb48 with SMTP id a1-20020a05600c068100b003c6bafdcb48mr42978266wmn.57.1666601885865; Mon, 24 Oct 2022 01:58:05 -0700 (PDT) Received: from fomalhaut.localnet ([2a01:e0a:8d5:d990:e654:e8ff:fe8f:2ce6]) by smtp.gmail.com with ESMTPSA id h12-20020a5d688c000000b0022cc0a2cbecsm6102034wru.15.2022.10.24.01.58.04 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Oct 2022 01:58:05 -0700 (PDT) From: Eric Botcazou X-Google-Original-From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: [PATCH] Aarch64: Do not define DONT_USE_BUILTIN_SETJMP Date: Mon, 24 Oct 2022 10:57:31 +0200 Message-ID: <1806820.atdPhlSkOF@fomalhaut> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart45046432.fMDQidcC6G" Content-Transfer-Encoding: 7Bit X-Spam-Status: No, score=-10.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,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: This is a multi-part message in MIME format. --nextPart45046432.fMDQidcC6G Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Hi, we have been using an Ada compiler for the Aarch64 architecture configured with SJLJ exceptions as for the other architectures for some time, and have not run into any problems so far so the setting looks obsolete now. OK for the mainline? 2022-10-24 Eric Botcazou * config/aarch64/aarch64.h (DONT_USE_BUILTIN_SETJMP): Delete. -- Eric Botcazou --nextPart45046432.fMDQidcC6G Content-Disposition: attachment; filename="p.diff" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="UTF-8"; name="p.diff" diff --git a/gcc/config/aarch64/aarch64.h b/gcc/config/aarch64/aarch64.h index 05da9af0367..e60f9bce023 100644 --- a/gcc/config/aarch64/aarch64.h +++ b/gcc/config/aarch64/aarch64.h @@ -571,10 +571,6 @@ enum class aarch64_feature : unsigned char { #define EH_RETURN_STACKADJ_RTX gen_rtx_REG (Pmode, R4_REGNUM) #define EH_RETURN_HANDLER_RTX aarch64_eh_return_handler_rtx () -/* Don't use __builtin_setjmp until we've defined it. */ -#undef DONT_USE_BUILTIN_SETJMP -#define DONT_USE_BUILTIN_SETJMP 1 - #undef TARGET_COMPUTE_FRAME_LAYOUT #define TARGET_COMPUTE_FRAME_LAYOUT aarch64_layout_frame --nextPart45046432.fMDQidcC6G--