WIP MachO binutils port assisted by AI I may consider upstreaming this in the future.
0

Configure Feed

Select the types of activity you want to include in your feed.

lm32: duplicate create_got_section

lm32_elf_create_dynamic_sections has two calls to
_bfd_elf_create_got_section. That doesn't cause a problem, but one
such call suffices.

* elf32-lm32.c (lm32_elf_create_dynamic_sections): Remove
one _bfd_elf_create_got_section call.

Alan Modra (May 14, 2026, 4:08 PM +0930) 367e9db2 5a1d6df1

-4
-4
bfd/elf32-lm32.c
··· 2208 2208 if (htab == NULL) 2209 2209 return false; 2210 2210 2211 - /* Make sure we have a GOT - For the case where we have a dynamic object 2212 - but none of the relocs in check_relocs */ 2213 - if (!_bfd_elf_create_got_section (abfd, info)) 2214 - return false; 2215 2211 if (IS_FDPIC (abfd) && (htab->sfixup32 == NULL)) 2216 2212 { 2217 2213 if (! create_rofixup_section (abfd, info))