summaryrefslogtreecommitdiff
path: root/bin86
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1999-06-11 14:11:38 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:41:25 +0200
commit3d4957c86ff239b24b43933924ec72a3fd288518 (patch)
treeda8225a4d7bb2d9123e10d558cdc3eebae6254c8 /bin86
parente62b35169cdcd13632ae353b1e5ffde7dec44201 (diff)
downloaddev86-3d4957c86ff239b24b43933924ec72a3fd288518.tar.gz
Import Dev86src-0.14.8.tar.gzv0.14.8
Diffstat (limited to 'bin86')
-rw-r--r--bin86/ChangeLog14
-rw-r--r--bin86/Makefile1
2 files changed, 15 insertions, 0 deletions
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