diff options
author | Tom Tromey <tom@tromey.com> | 2023-08-30 09:22:53 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-08-31 07:27:01 -0600 |
commit | 3b23b03a863d351d2e25daa30b07e23f31350e82 (patch) | |
tree | bfcd3b200b768838ad67b5d308daa7bc34b52498 /bfd/ChangeLog | |
parent | [gdb/contrib] Require minimal dwz version in cc-with-tweaks.sh (diff) | |
download | binutils-gdb-3b23b03a863d351d2e25daa30b07e23f31350e82.tar.gz binutils-gdb-3b23b03a863d351d2e25daa30b07e23f31350e82.tar.bz2 binutils-gdb-3b23b03a863d351d2e25daa30b07e23f31350e82.zip |
Revert "Simplify @node use in BFD documentation"
This reverts commit 8bb23cdbb498ff645bb0937bc8c0cb89e9e5ebd8.
My earlier patch to simplifify the @node uses in the BFD manual didn't
take into account (1) that BFD doesn't use the ordinary texinfo
sectioning commands, and (2) that some users are stuck on very ancient
versions of makeinfo.
This patch reverts the change.
I went through the entire manual using the spacebar, trying to find
the original problem I reported in the change, but couldn't. I don't
know why. Anyway, all this means is that, with this reversion,
editing the node structure will be slightly less convenient.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30703
2023-08-30 Tom Tromey <tom@tromey.com>
PR binutils/30703
* doc/webassembly.texi, doc/bfd.texi: Revert 8bb23cdb, adding
parameters back to @node.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 14042207ca5..8b478cbedcb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2023-08-30 Tom Tromey <tom@tromey.com> + + PR binutils/30703 + * doc/webassembly.texi, doc/bfd.texi: Revert 8bb23cdb, adding + parameters back to @node. + 2023-08-04 Nick Clifton <nickc@redhat.com> PR 15545 |