From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by sourceware.org (Postfix) with ESMTPS id 2BD233858005 for ; Fri, 15 Sep 2023 14:20:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2BD233858005 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-x336.google.com with SMTP id 5b1f17b1804b1-401c90ed2ecso24805275e9.0 for ; Fri, 15 Sep 2023 07:20:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; t=1694787656; x=1695392456; darn=gcc.gnu.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=PeyKtCthpu2SmF4ou/9BJ4H2NVmBo+6V7VpC+qM02ds=; b=ABLdXIWA812P13xilh3F+MDBjkLyKKSRpxod7MFtzk9vS01qpgCDmPKx0qqUQ4nXW0 qn9LnTxddBlXwfNpXVSY8G9j1OO8AapVa/4jw12wBwMGhD1W4ipW8XrQISxwucKac7rk LxSwEvxznAvJzKrYOeugwOVG72+ORz2tjK5wj84Q9rK6mrDqMNy6WzQwlcQuLTidriwz OGCUEbpQytDzgHQ/B3BYHhhSkabwySpn50ZWv7rXdB3aPlHbS1egbTp7TEwu/GrC5dif nndb/D61Q0i0rtxwisht/ieX0OIXFjuKPIA3EQDtXEXt2rJQrc+UqbrWXIx/bXpSccOe AZYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694787656; x=1695392456; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=PeyKtCthpu2SmF4ou/9BJ4H2NVmBo+6V7VpC+qM02ds=; b=fhIoVP4OcUoNRjQnFpmTrmNrpsnfzwqKKbbuA2FE6Eyfhzjasa7wrGiKhJiJBeIGLr Pbwt3CJKO5FotO5K45yadGhVx9jbmMHx2DbHPm0XsFyxYzJhjwUhvM4rg9TGl0J3mHM4 EsWQ8haZpUF+NWBt9m3ivOknp79DdSUN5B+/jbstnR5LBrrOL9gnOatrfpmpz8gL2tga fMBQjMJktezqKXzxiXjxjPC4cdGvTr8GPOWJsCuz8xev7f4ZoXrFdno9s/0UO33s5xkt /XjF8v6e/CtjDCWF3iI0DKe69NQEcx9L7d4iNMWo8UHMO3elM8Uz/79MJAlZ6EXXLCPL Au5Q== X-Gm-Message-State: AOJu0YyiNpJX94fEDajJsQJ1dZV5/Ln3grIN8VeU+OPYVqfgbkTeSWtL Rgz9yNP+MpYgxNdaHMCYaPckdZaNMbP07x5JP9op8Q== X-Google-Smtp-Source: AGHT+IHhNSdG9rBuJ/GsKeboIh6SnZWD/QgZtFy80x03dceGDDD7WfkpMQuiLquVHcfdFH+dkGQALw== X-Received: by 2002:adf:f9c2:0:b0:319:82c9:8e7d with SMTP id w2-20020adff9c2000000b0031982c98e7dmr1499233wrr.31.1694787655885; Fri, 15 Sep 2023 07:20:55 -0700 (PDT) Received: from poulhies-Precision-5550.lan ([2001:861:3382:1a90:a63c:a2c3:ab34:f429]) by smtp.gmail.com with ESMTPSA id l12-20020a5d674c000000b0030ae53550f5sm4519091wrw.51.2023.09.15.07.20.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Sep 2023 07:20:55 -0700 (PDT) From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= To: gcc-patches@gcc.gnu.org Cc: =?UTF-8?q?K=C3=A9vin=20Le=20Gouguec?= Subject: [COMMITTED] ada: Remove GNAT Pro details regarding mold Date: Fri, 15 Sep 2023 16:20:54 +0200 Message-Id: <20230915142054.2100872-1-poulhies@adacore.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-13.7 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: From: Kévin Le Gouguec gcc/ada/ * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Remove extended discussion regarding mold run-time dependencies; packaging changes in GNAT Pro have made them obsolete. Tested on x86_64-pc-linux-gnu, committed on master. --- ...building_executable_programs_with_gnat.rst | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst index 6c0d2b34a92..6e80163d6d4 100644 --- a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst +++ b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst @@ -6317,28 +6317,6 @@ Linker switches can be specified after :switch:`-largs` builder switch. recent and faster alternatives, but only available on GNU/Linux platforms. - .. only:: PRO - - The GNAT distribution for native Linux platforms includes ``mold``, - compiled against OpenSSL version 1.1; however, the distribution does - not include OpenSSL. In order to use this linker, you may either: - - * use your system's OpenSSL library, if the version matches: in this - situation, you need not do anything beside using the - :switch:`-fuse-ld=mold` switch, - - * obtain a source distribution for OpenSSL 1.1, compile the - :file:`libcrypto.so` library and install it in the directory of - your choice, then include this directory in the - :envvar:`LD_LIBRARY_PATH` environment variable, - - * install another copy of ``mold`` by other means in the directory - of your choice, and include this directory in the :envvar:`PATH` - environment variable; you may find this alternative preferable if - the copy of ``mold`` included in GNAT does not suit your needs - (e.g. being able to link against your system's OpenSSL, or using - another version of ``mold``). - .. _Binding_with_gnatbind: Binding with ``gnatbind`` -- 2.40.0