Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/ldd



Module Name:    src
Committed By:   mrg
Date:           Sun Dec 13 08:50:57 UTC 2009

Modified Files:
        src/usr.bin/ldd: Makefile Makefile.inc ldd.c ldd.h
        src/usr.bin/ldd/elf32: Makefile
        src/usr.bin/ldd/elf64: Makefile
Added Files:
        src/usr.bin/ldd/elf32_compat: Makefile

Log Message:
- adjust the logic for compat ldd: add an elf32_compat module and arrange
  for mips64 to build this with MLIBDIR set to o32
- make mips64 ldd call elf32_compat_ldd as well
- make mips64 elf64 set MLIBDIR to 64
- don't need ld.elf_so's Makefile.ld32 files anymore (they are going away
  soon anyway)

tested on amd64 and sparc64, and an earlier version tested on mips64.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/ldd/Makefile
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/ldd/Makefile.inc
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/ldd/ldd.c
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/ldd/ldd.h
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/ldd/elf32/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.bin/ldd/elf32_compat/Makefile
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/ldd/elf64/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index