Subject: CVS commit: src/usr.bin/ldd/ldd_elf
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 12/19/2003 19:56:57
Module Name: src
Committed By: jmc
Date: Fri Dec 19 19:56:57 UTC 2003
Modified Files:
src/usr.bin/ldd/ldd_elf: ldd.c
Log Message:
Start on adding support for -f flags as ldd did for a.out. PR#17786.
First, parse arguments correctly so -f isn't taken as a file name. For ELF
don't do anything yet, but for a.out compat, pass formats along when
exec'ing binary.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/usr.bin/ldd/ldd_elf/ldd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.