From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta037.useast.a.cloudfilter.net (omta037.useast.a.cloudfilter.net [44.202.169.36]) by sourceware.org (Postfix) with ESMTPS id 679413858D28 for ; Wed, 30 Aug 2023 16:28:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 679413858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tromey.com Received: from eig-obgw-5002a.ext.cloudfilter.net ([10.0.29.215]) by cmsmtp with ESMTP id bMvzq6XNDWU1cbO3hqJrxb; Wed, 30 Aug 2023 16:28:45 +0000 Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with ESMTPS id bO3fqM9efdh4DbO3gqagxq; Wed, 30 Aug 2023 16:28:44 +0000 X-Authority-Analysis: v=2.4 cv=Zu7+lv3G c=1 sm=1 tr=0 ts=64ef6e3c a=ApxJNpeYhEAb1aAlGBBbmA==:117 a=ApxJNpeYhEAb1aAlGBBbmA==:17 a=OWjo9vPv0XrRhIrVQ50Ab3nP57M=:19 a=dLZJa+xiwSxG16/P+YVxDGlgEgI=:19 a=UttIx32zK-AA:10 a=Qbun_eYptAEA:10 a=zstS-IiYAAAA:8 a=AI3NeJD76etOeGQATzsA:9 a=4G6NA9xxw8l3yy4pmD5M:22 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=7KHzuStnojyyjAHZOXrOOj2I40llxd4d/EW7HBPEo3k=; b=u4VhNRpni1/BHTBlepr/yRj/lk 49spc/8HT0qp1OSs4X0oV6FaMPYd9l4FD8qvPauUee/cTtimIaILhQkWDaFTIp3tV0g/JF5r1OboS tn2IdtWx/pP3bkxHW3cYG8E97; Received: from 75-166-150-212.hlrn.qwest.net ([75.166.150.212]:46822 helo=localhost.localdomain) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1qbO3f-001fMG-1t; Wed, 30 Aug 2023 10:28:43 -0600 From: Tom Tromey To: binutils@sourceware.org Cc: Nick Clifton , Tom Tromey Subject: [RFC 2/2] Remove libbfd.texi Date: Wed, 30 Aug 2023 10:26:33 -0600 Message-ID: <20230830162836.2257576-3-tom@tromey.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230830162836.2257576-1-tom@tromey.com> References: <20230830162836.2257576-1-tom@tromey.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 75.166.150.212 X-Source-L: No X-Exim-ID: 1qbO3f-001fMG-1t X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 75-166-150-212.hlrn.qwest.net (localhost.localdomain) [75.166.150.212]:46822 X-Source-Auth: tom+tromey.com X-Email-Count: 6 X-Org: HG=bhshared;ORG=bluehost; X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-CMAE-Envelope: MS4xfBrNFuzF3mufG4rha25WyRV6YAVvA1NkKCbGe70MD4SWYk0t3hMd0R8gRlg9aieOOxKk/TXlDOlbY37j2BFSAZAoCA2+Myz/IPK2QMI6p2Nia3lEmfCC H7iZ3ZEq/11KdwWJn4liNEoSFOJLVfb3Mx8A2/y/GIRgIfmrPr1CVSeRx2yAlpnkwT63r6i1lbPeWoeyCqvd6sDlNJZ5I8mPN3E= X-Spam-Status: No, score=-3025.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,GIT_PATCH_0,JMQ_SPF_NEUTRAL,RCVD_IN_MSPIKE_H2,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: While paging through the BFD manual, I noticed that the "Internals" node is completely empty. This patch removes it. bfd/ChangeLog 2023-08-30 Tom Tromey * doc/local.mk (DOCFILES): Remove libbfd.texi. * Makefile.in: Regenerate. * doc/bfd.texi (Internal): Remove node. --- bfd/ChangeLog | 6 ++++++ bfd/Makefile.in | 1 - bfd/doc/bfd.texi | 8 ++------ bfd/doc/local.mk | 1 - 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bfd/Makefile.in b/bfd/Makefile.in index bb530271fca..20333403e38 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1251,7 +1251,6 @@ DOCFILES = \ doc/elf.texi \ doc/format.texi \ doc/hash.texi \ - doc/libbfd.texi \ doc/linker.texi \ doc/mmo.texi \ doc/opncls.texi \ diff --git a/bfd/doc/bfd.texi b/bfd/doc/bfd.texi index f348710845f..07b688e31ff 100644 --- a/bfd/doc/bfd.texi +++ b/bfd/doc/bfd.texi @@ -210,7 +210,6 @@ IEEE-695. * Targets:: * Architectures:: * Opening and Closing:: -* Internal:: * File Caching:: * Linker Functions:: * Hash Tables:: @@ -266,13 +265,10 @@ structures. @node Architectures, Opening and Closing, Targets, BFD front end @include archures.texi -@node Opening and Closing, Internal, Architectures, BFD front end +@node Opening and Closing, File Caching, Architectures, BFD front end @include opncls.texi -@node Internal, File Caching, Opening and Closing, BFD front end -@include libbfd.texi - -@node File Caching, Linker Functions, Internal, BFD front end +@node File Caching, Linker Functions, Opening and Closing, BFD front end @include cache.texi @node Linker Functions, Hash Tables, File Caching, BFD front end diff --git a/bfd/doc/local.mk b/bfd/doc/local.mk index d80f70416a3..d81347d049c 100644 --- a/bfd/doc/local.mk +++ b/bfd/doc/local.mk @@ -32,7 +32,6 @@ DOCFILES = \ %D%/elf.texi \ %D%/format.texi \ %D%/hash.texi \ - %D%/libbfd.texi \ %D%/linker.texi \ %D%/mmo.texi \ %D%/opncls.texi \ -- 2.41.0