cvs commit: src/libexec/rtld-elf rtld.c rtld.h src/libexec/rtld-elf/mips reloc.c rtld_machdep.h rtld_start.S

Warner Losh imp at FreeBSD.org
Fri Apr 4 20:59:27 UTC 2008


imp         2008-04-04 20:59:26 UTC

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     rtld.c rtld.h 
  Added files:
    libexec/rtld-elf/mips reloc.c rtld_machdep.h rtld_start.S 
  Log:
  MFp4: Add mips support for dynamic linking.
  
  This code came from the merged mips2 and Juniper mips repositories.
  Warner Losh, Randall Seager, Oleksandr Tymoshenko and Olivier Houchard
  worked to merge, debug and integrate this code.  This code may also
  contain code derived from NetBSD.
  
  Revision  Changes    Path
  1.1       +357 -0    src/libexec/rtld-elf/mips/reloc.c (new)
  1.1       +74 -0     src/libexec/rtld-elf/mips/rtld_machdep.h (new)
  1.1       +127 -0    src/libexec/rtld-elf/mips/rtld_start.S (new)
  1.125     +39 -5     src/libexec/rtld-elf/rtld.c
  1.39      +5 -0      src/libexec/rtld-elf/rtld.h


More information about the cvs-src mailing list