From 9d9f2a382d12eb3ad5335495dc8bb5f644f9fc32 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 4 Oct 2012 11:36:33 +0300 Subject: The "working on that" is now done Change-Id: Ib5a9decaf97817333bbac9853589af7fc9adf94c --- expat/README | 9 --------- 1 file changed, 9 deletions(-) (limited to 'expat') diff --git a/expat/README b/expat/README index 52496b9480a0..d7ce6824d686 100644 --- a/expat/README +++ b/expat/README @@ -36,14 +36,5 @@ libexpat in builds where that is used, why is a separate Unicode one needed when an internal expat is used? Good question. Next question. Patches welcome. -Another interesting issue is the disable-dynloading case: When we link -all needed LO code into one executable (as for iOS apps) or into one -shared library (as in a tentative approach for Android apps) there is -a problem with linking two libraries (ascii_expat_xmlparse and -expat_xmlparse) that contain exactly the same symbols... Obviously -just the one that happens to be mentioned first on the linking command -line gets linked in, and code that then thinks it is calling the other -one will mysteriously crash or silently fail. Working on that... - From: [http://expat.sourceforge.net/] -- cgit