[kaffe] CVS kaffe (dalibor): Documented binreloc and s390 code additions
Kaffe CVS
cvs-commits at kaffe.org
Tue Jun 22 06:06:09 PDT 2004
PatchSet 4857
Date: 2004/06/22 12:39:35
Author: dalibor
Branch: HEAD
Tag: (none)
Log:
Documented binreloc and s390 code additions
2004-06-22 Dalibor Topic <robilad at kaffe.org>
* THIRDPARTY: Documented s390 compare and swap,
sigcontextinfo.h and BinReloc.
Members:
ChangeLog:1.2424->1.2425
THIRDPARTY:1.15->1.16
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2424 kaffe/ChangeLog:1.2425
--- kaffe/ChangeLog:1.2424 Tue Jun 22 12:21:24 2004
+++ kaffe/ChangeLog Tue Jun 22 12:39:35 2004
@@ -1,5 +1,10 @@
2004-06-22 Dalibor Topic <robilad at kaffe.org>
+ * THIRDPARTY: Documented s390 compare and swap,
+ sigcontextinfo.h and BinReloc.
+
+2004-06-22 Dalibor Topic <robilad at kaffe.org>
+
* config/Makefile.am
(EXTRA_DIST): Added s390/atomicity32.h and
s390/atomicity64.h.
Index: kaffe/THIRDPARTY
diff -u kaffe/THIRDPARTY:1.15 kaffe/THIRDPARTY:1.16
--- kaffe/THIRDPARTY:1.15 Sun Jun 6 15:04:49 2004
+++ kaffe/THIRDPARTY Tue Jun 22 12:39:37 2004
@@ -179,7 +179,7 @@
At the time of writing, Kaffe uses getaddrinfo 1.6.1.
-* Alpha, ARM, M68k and SPARC atomic compare_and_swap, SPARC Linux
+* Alpha, ARM, M68k, S390 and SPARC atomic compare_and_swap, Linux
sigcontextinfo
Taken from GNU libc 2.3.2, which is licensed under the GNU Lesser General
@@ -367,3 +367,11 @@
8. By copying, installing or otherwise using Python 2.3, Licensee
agrees to be bound by the terms and conditions of this License
Agreement.
+
+* binreloc
+
+Merged in BinReloc from http://www.autopackage.org/docs/binreloc/ . BinReloc
+provides an easy-to-use API that uses dynamic linker and kernel magic to find
+out the full path of your aplication or library.
+
+BinReloc is in public domain.
More information about the kaffe
mailing list