Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 10/05/2000 18:08:55
Module Name:	pkgsrc
Committed By:	agc
Date:		Thu Oct  5 15:08:55 UTC 2000

Modified Files:
	pkgsrc/lang/elk: Makefile
Added Files:
	pkgsrc/lang/elk/files: stab-elf.c

Log Message:
Make this program work on ELF as well as a.out

The somewhat bizarre "patching" method was used because I rewrote the
routine which grabs global text symbols from an object file, and this
should be independent of a.out or ELF. The result bears no similarity
to what was there before, so I decided to keep the original file with
a "-dist" suffix.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/lang/elk/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/lang/elk/files/stab-elf.c

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