| Message ID | Z0xm92a7mqSGSaul@squeak.grove.modra.org |
|---|---|
| State | New |
| Headers | |
| Series | Correct hpux-core.c thread_section_p signature | |
Checks
| Context | Check | Description |
|---|---|---|
| linaro-tcwg-bot/tcwg_binutils_build--master-arm | fail | Patch failed to apply |
| linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 | fail | Patch failed to apply |
Commit Message
diff --git a/bfd/hpux-core.c b/bfd/hpux-core.c index 18516e3a897..1b2f0809369 100644 --- a/bfd/hpux-core.c +++ b/bfd/hpux-core.c @@ -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)