aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-02-17 12:12:11 -0700
committerTom Tromey <tom@tromey.com>2023-02-20 14:35:15 -0700
commit2070491c1c31b254b1e8f2250144777a23e9f616 (patch)
tree9385e8985a2b8e5d826ca167e4d68e277162e56a /bfd/ChangeLog
parentee0e1723013527bfea4116f2fb8428add2e5343c (diff)
downloadfsf-binutils-gdb-2070491c1c31b254b1e8f2250144777a23e9f616.zip
fsf-binutils-gdb-2070491c1c31b254b1e8f2250144777a23e9f616.tar.gz
fsf-binutils-gdb-2070491c1c31b254b1e8f2250144777a23e9f616.tar.bz2
Don't use chew comments for static functions
I found a few static functions in the BFD manual. These can't be called by any user of the library, so I don't think it's useful to put them in the manual. This patch removes the chew markup from their comments. 2023-02-17 Tom Tromey <tom@tromey.com> * opncls.c (bfd_get_debug_link_info_1, separate_debug_file_exists) (separate_alt_debug_file_exists, find_separate_debug_file) (get_build_id, get_build_id_name, check_build_id_file): Don't use chew comments.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2b48781..a974a5c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,12 @@
2023-02-17 Tom Tromey <tom@tromey.com>
+ * opncls.c (bfd_get_debug_link_info_1, separate_debug_file_exists)
+ (separate_alt_debug_file_exists, find_separate_debug_file)
+ (get_build_id, get_build_id_name, check_build_id_file): Don't use
+ chew comments.
+
+2023-02-17 Tom Tromey <tom@tromey.com>
+
* doc/doc.str (SYNOPSIS): Use collapse_whitespace.
* doc/chew.c (collapse_whitespace): New function.
(main): Register collapse_whitespace.