https://sourceware.org/bugzilla/show_bug.cgi?id=32372
--- Comment #2 from Sam James <sam at gentoo dot org> ---
I'll send patches for all of these when done.
/var/tmp/portage/sys-devel/binutils-9999/work/binutils/bfd/elf32-ppc.c: In
function ‘ppc_elf_tls_setup’:
/var/tmp/portage/sys-devel/binutils-9999/work/binutils/bfd/elf32-ppc.c:4355:32:
error: incompatible types when returning type ‘_Bool’ but ‘asection *’ {aka
‘struct bfd_section *’} was ex
pected
4355 | return false;
| ^~~~~
make[4]: *** [Makefile:1773: elf32-ppc.lo] Error 1
This one is again fine to do as NULL because we return _bfd_elf_tls_setup in
the happy case and that itself may return NULL (tls).
--
You are receiving this mail because:
You are on the CC list for the bug.