On Thu, Jun 4, 2020 at 8:07 PM Alan Modra wrote: > > On Thu, Jun 04, 2020 at 10:11:20PM +0930, Alan Modra wrote: > > On Thu, Jun 04, 2020 at 04:24:36AM -0700, H.J. Lu wrote: > > > Here is the updated patch. OK for master? > > > > Looks OK to me. > > This patch may have caused the following. The first bfin fail is due > to bfinfdpic_relocs_info_for_local returning NULL since relocs_info is > NULL, which in turn is because check_relocs isn't called and thus > doesn't create a got section. _bfin_create_got_section creates the > relocs_info hash table. > > bfin-linux-uclibc +FAIL: ld-elf/compress1a > bfin-linux-uclibc +FAIL: ld-elf/compressed1a > bfin-linux-uclibc +FAIL: ld-elf/pr12851 > bfin-linux-uclibc +FAIL: ld-elf/pr24526 > bfin-linux-uclibc +FAIL: ld-elf/pr25021 > bfin-linux-uclibc +FAIL: ld-elf/stab > bfin-linux-uclibc +FAIL: --gc-sections with multiple debug sections for a function section > bfin-linux-uclibc +FAIL: --gc-sections with relocations in debug section > bfin-linux-uclibc +FAIL: Preserve default . = 0 > bfin-linux-uclibc +FAIL: Preserve explicit . = 0 > I am checking in this patch. -- H.J.