]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Correct hpux-core.c thread_section_p signature
authorAlan Modra <amodra@gmail.com>
Sun, 1 Dec 2024 09:41:30 +0000 (20:11 +1030)
committerAlan Modra <amodra@gmail.com>
Sun, 1 Dec 2024 09:45:16 +0000 (20:15 +1030)
Fix fallout from commit 0a1b45a20eaa.

bfd/hpux-core.c

index 18516e3a89760b4dd6cd5a67df9b84032e9c36a8..1b2f08093693c81299566b14638f9010c22a0a7d 100644 (file)
@@ -128,7 +128,7 @@ make_bfd_asection (bfd *abfd, const char *name, flagword flags,
 /* Return true if the given core file section corresponds to a thread,
    based on its name.  */
 
-static int
+static bool
 thread_section_p (bfd *abfd ATTRIBUTE_UNUSED,
                  asection *sect,
                  void *obj ATTRIBUTE_UNUSED)