From 6a98e3e5f6ca5239a7bd05c3478e43f118d9296f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 19 Oct 2005 09:45:42 +0000 Subject: Typo correction, thanks cow. --- extra/Configs/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 3eb5f13d0..b883316cd 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -210,10 +210,10 @@ config FORCE_SHAREABLE_TEXT_SEGMENTS If you answer Y here, the uClibc native shared library loader will only load shared libraries, which do not need to modify any non-writable segments. These libraries haven't set the DT_TEXTREL tag in the dynamic - section (==> objdump). So all your libraries must be compiled with + section (==> objdump). All your libraries must be compiled with -fPIC or -fpic, and all assembler function must be written as position independent code (PIC). - Enabling this option will makes uClibc's shared library loader a + Enabling this option will make uClibc's shared library loader a little bit smaller and guarantee that no memory will be wasted by badly coded shared libraries. -- cgit v1.2.3