mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
Correct hpux-core.c thread_section_p signature
Fix fallout from commit 0a1b45a20e.
This commit is contained in:
@@ -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,
|
/* Return true if the given core file section corresponds to a thread,
|
||||||
based on its name. */
|
based on its name. */
|
||||||
|
|
||||||
static int
|
static bool
|
||||||
thread_section_p (bfd *abfd ATTRIBUTE_UNUSED,
|
thread_section_p (bfd *abfd ATTRIBUTE_UNUSED,
|
||||||
asection *sect,
|
asection *sect,
|
||||||
void *obj ATTRIBUTE_UNUSED)
|
void *obj ATTRIBUTE_UNUSED)
|
||||||
|
|||||||
Reference in New Issue
Block a user