From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from todd.t-8ch.de (todd.t-8ch.de [IPv6:2a01:4f8:c010:41de::1]) by sourceware.org (Postfix) with ESMTPS id DA1513858D33 for ; Sat, 16 Sep 2023 10:36:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DA1513858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=t-8ch.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=t-8ch.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=t-8ch.de; s=mail; t=1694860593; bh=TScMPwDe8M3vHGqTL10oGYpKPDuMVRzTIE/KZcRLj0k=; h=From:To:Cc:Subject:Date:From; b=NvN/yyGhpLArxOnsvKnnJ+5IywveobRl6f+/b6Rh3ifoESBZNOVnPn4kvryCpVYv/ w1MRxc2zJo6vSqqG6vWERhkSHGoU8xuVqkjzlfmx5+tbLICNCZdFIPBNjeObWXOLs2 s0NXVTUEHhOQrdxHmVXtrOW0p6LjP/ce3SgvKc8o= From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= To: binutils@sourceware.org Cc: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= , Alan Modra Subject: [PATCH v2 0/2] Improve handling of included linker scripts in dependency-file Date: Sat, 16 Sep 2023 12:36:15 +0200 Message-ID: <20230916103619.819791-1-thomas@t-8ch.de> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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: v1: https://sourceware.org/pipermail/binutils/2023-September/129475.html v1 -> v2: * push call to track_dependencies() into try_open() to catch all dependencies * sign-off commits * write absolute paths to dependencies Thomas Weißschuh (2): ld: write resolved path to included file to dependency-file ld: write full paths to dependency-file ld/ldfile.c | 6 +++--- ld/ldmain.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) base-commit: 95ebc6fdec5780bf59685739cdd55cd41d0f55ac -- 2.42.0