aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/btxld
Commit message (Collapse)AuthorAgeFilesLines
* o Allow btxld to be compiled on 64-bit machinesMarcel Moolenaar2000-01-044-18/+24
| | | | | | | | | | | o s/unsigned/unsigned int/g o Add -Wall btxld can now be built as a cross-tool for cross-building i386/pc98 on platforms that don't have btxld (such as alpha). Notes: svn path=/head/; revision=55416
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
| | | | Notes: svn path=/head/; revision=50479
* Enable client entry point support.Robert Nordier1998-09-131-1/+5
| | | | Notes: svn path=/head/; revision=39125
* btxld is a link editor for BTX (boot extender) clients, supporting ELF,Robert Nordier1998-09-126-0/+882
a.out, and binary formats. Notes: svn path=/cvs2svn/branches/RNORDIER/; revision=39092