Skip to content
  • Rafael Espindola's avatar
    5967c973
    Fix corner cases of setting the section address. · 5967c973
    Rafael Espindola authored
    This handles all the corner cases if setting a section address:
    
    - If the address is too low, we cannot allocate the program headers.
    - If the load address is lowered, we have to do that before finalize
    
    This also shares some code with the linker script since it was already
    hitting similar cases.
    
    This is used by the freebsd boot loader. It is not clear if we need to
    support this with a non binary output, but it is not as bad as I was
    expecting.
    
    llvm-svn: 290136
    5967c973
    Fix corner cases of setting the section address.
    Rafael Espindola authored
    This handles all the corner cases if setting a section address:
    
    - If the address is too low, we cannot allocate the program headers.
    - If the load address is lowered, we have to do that before finalize
    
    This also shares some code with the linker script since it was already
    hitting similar cases.
    
    This is used by the freebsd boot loader. It is not clear if we need to
    support this with a non binary output, but it is not as bad as I was
    expecting.
    
    llvm-svn: 290136
Loading