NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/57241: mips64el--netbsd-objcopy core dumps randomly
This comes from:
              if (!ELF_SECTION_IN_SEGMENT_1 (this_hdr, p, check_vma, 0)
                  && !ELF_TBSS_SPECIAL (this_hdr, p))
                {
                  _bfd_error_handler
                    /* xgettext:c-format */
                    (_("%pB: section `%pA' can't be allocated in segment 
%d"),
                     abfd, sec, j);
                  print_segment_map (m);
                }
instrumenting the macro ELF_SECTION_IN_SEGMENT_1 is "mission difficult". 
Perhaps check ELF_TBSS_SPECIAL first :-)
christos
Home |
Main Index |
Thread Index |
Old Index