diff options
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | libebl/libebl.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ Fundamental design decision: 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 +- the ABI of the backend modules is not guaranteed. Really, no 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 diff --git a/libebl/libebl.h b/libebl/libebl.h index 7ead62ca..7dbf4608 100644 --- a/libebl/libebl.h +++ b/libebl/libebl.h @@ -32,7 +32,7 @@ function directly. These are only for internal elfutils backends and tools. There is NO source or binary compatible guarantee. - The ABI of the backend modules is not guaranteed. Really, not guarantee + The ABI of the backend modules is not guaranteed. Really, no 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 |
