Skip to content
Snippets Groups Projects
  1. Feb 20, 2013
  2. Feb 19, 2013
  3. Feb 18, 2013
  4. Feb 15, 2013
  5. Feb 13, 2013
  6. Feb 12, 2013
    • Gabor Juhos's avatar
      MIPS: add dynamic relocation support · 04380c65
      Gabor Juhos authored
      
      The code handles relocation entries with the
      following relocation types only:
        mips32: R_MIPS_REL32
        mips64: R_MIPS_REL+R_MIPS_64
        xburst: R_MIPS_REL32
      
      Other relocation entries are skipped without
      processing. The code must be extended if other
      relocation types must be supported.
      
      Add -pie to LDFLAGS_FINAL to generate the .rel.dyn
      fixup table, which will be applied to the relocated
      image before transferring control to it.
      
      The CONFIG_NEEDS_MANUAL_RELOC is not needed
      after the patch, so remove that as well.
      
      Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>
      Signed-off-by: default avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
      04380c65
Loading