From: Ulrich Drepper Date: Sun, 25 Jan 2009 01:16:39 +0000 (-0800) Subject: Explain EBL ABI policy. X-Git-Tag: elfutils-0.140~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a07f05eb11565d7ef11165987154b5fff1f88ba;p=thirdparty%2Felfutils.git Explain EBL ABI policy. --- diff --git a/README b/README index afc94077e..33cac74f1 100644 --- a/README +++ b/README @@ -4,3 +4,9 @@ Fundamental design decision: This leaves byte ordering aside. While assuming this the code can be greatly simplified and speed increases. Since no change violating this assumption is in sight this is believed to be a worthwhile optimization. + +- the ABI of the backend modules is not guaranteed. Really, not guarantee + whatsoever. We are enforcing this in the code. The modules and their + users must match. No third-party EBL module are supported or allowed. + The only reason there are separate modules is to not have the code for + all architectures in all the binaries.