[FE training-materials-updates] uClibc slides: talk about binary compatibility

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Dec 16 17:25:26 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=13700f4fbd37f11944503a8eead0e3d86babf20e

>---------------------------------------------------------------

commit 13700f4fbd37f11944503a8eead0e3d86babf20e
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Dec 16 16:56:49 2013 +0100

    uClibc slides: talk about binary compatibility
    
    - Instead of talking about the absence of a stable ABI
      (term not explained yet in all contexts)
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

13700f4fbd37f11944503a8eead0e3d86babf20e
 .../sysdev-toolchains-c-libraries.tex              |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-toolchains-c-libraries/sysdev-toolchains-c-libraries.tex b/slides/sysdev-toolchains-c-libraries/sysdev-toolchains-c-libraries.tex
index 9384e84..f2d3bd1 100644
--- a/slides/sysdev-toolchains-c-libraries/sysdev-toolchains-c-libraries.tex
+++ b/slides/sysdev-toolchains-c-libraries/sysdev-toolchains-c-libraries.tex
@@ -28,8 +28,8 @@
       disabled through a menuconfig interface
     \item Works only with Linux/uClinux, works on most embedded
       architectures
-    \item No stable ABI, different ABI depending on the library
-      configuration
+    \item No guaranteed binary compatibility. May need to 
+      recompile applications when the library configuration changes.
     \item Focus on size rather than performance
     \item Small compile time
     \end{itemize}



More information about the training-materials-updates mailing list