[Bug debugedit/28599] 5.0 test failures on mips64el-linux-gnu

mark at klomp dot org sourceware-bugzilla@sourceware.org
Wed Nov 17 18:37:24 GMT 2021


https://sourceware.org/bugzilla/show_bug.cgi?id=28599

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org

--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
I am not sure what is going wrong here.

The is some special case code for MIPS in tools/debugedit.c:

      case SHT_MIPS_DWARF:
        /* According to the specification, all MIPS .debug_* sections are
           marked with ELF type SHT_MIPS_DWARF. As SHT_MIPS_DWARF is from
           processor-specific range, we have to check that we're actually
           dealing with MIPS ELF file before handling such sections.  */
        if (dso->ehdr.e_machine != EM_MIPS
            && dso->ehdr.e_machine != EM_MIPS_RS3_LE) {
          break;
        }

Maybe that needs updating for mips64?

There also is no specific handling of MIPS relocations in relbuf_setup.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Debugedit mailing list