• R
    dynamic linker: permit error returns from arch-specific reloc function · bfa09700
    Rich Felker 提交于
    the immediate motivation is supporting TLSDESC relocations which
    require allocation and thus may fail (unless we pre-allocate), but
    this mechanism should also be used for throwing an error on
    unsupported or invalid relocation types, and perhaps in certain cases,
    for reporting when a relocation is not satisfiable.
    bfa09700
reloc.h 1.1 KB