]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Don't use chew comments for static functions
authorTom Tromey <tom@tromey.com>
Fri, 17 Feb 2023 19:12:11 +0000 (12:12 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 20 Feb 2023 21:35:15 +0000 (14:35 -0700)
commit2070491c1c31b254b1e8f2250144777a23e9f616
tree9385e8985a2b8e5d826ca167e4d68e277162e56a
parentee0e1723013527bfea4116f2fb8428add2e5343c
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.
bfd/ChangeLog
bfd/opncls.c