From 3d4957c86ff239b24b43933924ec72a3fd288518 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Fri, 11 Jun 1999 14:11:38 +0200 Subject: Import Dev86src-0.14.8.tar.gz --- bin86/ChangeLog | 14 ++++++++++++++ bin86/Makefile | 1 + 2 files changed, 15 insertions(+) (limited to 'bin86') diff --git a/bin86/ChangeLog b/bin86/ChangeLog index a09114b..d8939ea 100644 --- a/bin86/ChangeLog +++ b/bin86/ChangeLog @@ -1,3 +1,17 @@ +Fri Jun 11 13:08:27 BST 1999 Robert de Bath (rdebath@poboxes.com) + + * objdump86 program included. + + * Updated for libc6 + + * As86 fixes for multi-segment (The linker can't really cope tho) + +Sat Mar 13 16:45:42 GMT 1999 Robert de Bath (rdebath@poboxes.com) + + * Vsn 0.15.0, more documentation! + + * Linker can now generate QMAGIC 386 executables. + Fri Jul 31 09:33:18 BST 1998 Robert de Bath (rdebath@poboxes.com) * version 0.14.4, This package is based on the ELKS dev86 package diff --git a/bin86/Makefile b/bin86/Makefile index 4d1a185..f5889c9 100644 --- a/bin86/Makefile +++ b/bin86/Makefile @@ -46,4 +46,5 @@ grab: mkdir man cp -p ../man/ld86.1 man cp -p ../man/as86.1 man + touch -r ChangeLog . as ld man -- cgit v1.2.1