]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Change is_import_fixup_symbol to return bool
authorTom Tromey <tromey@adacore.com>
Fri, 16 Jan 2026 18:28:30 +0000 (11:28 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 20 Jan 2026 15:47:10 +0000 (08:47 -0700)
commit01be62d46b2e05e5a994b080974dd3832755e137
tree76c5406fcb22f68c8be8fbea83c3370a2e9725f4
parent7742a9c6d94d3a5cfdcccba7bf13ae88e537add1
Change is_import_fixup_symbol to return bool

This changes the is_import_fixup_symbol in coffread.c to return bool
rather than int.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/coffread.c