1 2 3 4 5 6 7 8 9 10
--- bfd/elf.c.orig 2014-12-23 08:47:10 UTC +++ bfd/elf.c @@ -741,7 +741,6 @@ setup_group (bfd *abfd, Elf_Internal_Shd { (*_bfd_error_handler) (_("%B: no group info for section %A"), abfd, newsect); - return FALSE; } return TRUE; }