Skip to content
Snippets Groups Projects
  • Guillem Jover's avatar
    ca30a8d1
    Dpkg::Shlibs::Objdump: Map alternative or old ELF machines to canonical ones · ca30a8d1
    Guillem Jover authored
    Some ELF binaries contain alternative or old ELF machine types, which
    should match with their canonical forms. Map those before encoding the
    ABI.
    
    We ignore some mappings for things that should certainly never appear
    in current systems. Of note are EM_PPC_OLD (17) that conflicts with
    EM_VPP550 (17), and EM_PJ_OLD (99) that conflicts with EM_SNP1K (99).
    
    Warned-by: rebootstrap
    ca30a8d1
    History
    Dpkg::Shlibs::Objdump: Map alternative or old ELF machines to canonical ones
    Guillem Jover authored
    Some ELF binaries contain alternative or old ELF machine types, which
    should match with their canonical forms. Map those before encoding the
    ABI.
    
    We ignore some mappings for things that should certainly never appear
    in current systems. Of note are EM_PPC_OLD (17) that conflicts with
    EM_VPP550 (17), and EM_PJ_OLD (99) that conflicts with EM_SNP1K (99).
    
    Warned-by: rebootstrap