Skip to content
  • Simon Atanasyan's avatar
    fa03b0fa
    [ELF][MIPS] Convert .MIPS.abiflags section to synthetic input section · fa03b0fa
    Simon Atanasyan authored
    Previously, we have both input and output section for .MIPS.abiflags.
    Now we have only one class for .MIPS.abiflags, which is MipsAbiFlagsSection.
    This class is a synthetic input section.
    
    .MIPS.abiflags sections are handled as regular sections until
    the control reaches Writer. Writer then aggregates all sections
    whose type is SHT_MIPS_ABIFLAGS to create a single synthesized
    input section. The synthesized section is then processed normally
    as if it came from an input file.
    
    llvm-svn: 286398
    fa03b0fa
    [ELF][MIPS] Convert .MIPS.abiflags section to synthetic input section
    Simon Atanasyan authored
    Previously, we have both input and output section for .MIPS.abiflags.
    Now we have only one class for .MIPS.abiflags, which is MipsAbiFlagsSection.
    This class is a synthetic input section.
    
    .MIPS.abiflags sections are handled as regular sections until
    the control reaches Writer. Writer then aggregates all sections
    whose type is SHT_MIPS_ABIFLAGS to create a single synthesized
    input section. The synthesized section is then processed normally
    as if it came from an input file.
    
    llvm-svn: 286398
Loading