Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2008 20:59:27 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/rtld-elf rtld.c rtld.h src/libexec/rtld-elf/mips reloc.c rtld_machdep.h rtld_start.S
Message-ID:  <200804042059.m34KxRAT022573@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804042059.m34KxRAT022573>