Re: [PATCH] ldso: fix standalone execution on x86_64 architecture

2014-03-27 Thread Filippo Arcidiacono
Good catch. Thanks to have fixed it. On 3/26/2014 2:31 PM, cedric.vinc...@st.com wrote: If the dynamic linker is built with LDSO_STANDALONE_SUPPORT=y, it can load then run a dynamically linked program when explicitly invoked from the command line. This is used for test and prelink purposes,

Re: [PATCH 1/2] test/tls/tst-tls[6-8]: Fix build errors

2014-02-06 Thread Filippo Arcidiacono
On 2/6/2014 1:23 PM, Baruch Siach wrote: Hi Vineet, On Thu, Feb 06, 2014 at 05:49:21PM +0530, Vineet Gupta wrote: ---8--- tst-tls7.c: In function 'do_test': tst-tls7.c:39:57: error: 'struct link_map' has no member named 'l_tls_modid' modid = ((struct link_map

Re: [PATCH 1/2] test/tls/tst-tls[6-8]: Fix build errors

2014-02-06 Thread Filippo Arcidiacono
On 2/7/2014 5:43 AM, Baruch Siach wrote: Hi Filippo, On Thu, Feb 06, 2014 at 02:25:08PM +0100, Filippo Arcidiacono wrote: On 2/6/2014 1:23 PM, Baruch Siach wrote: Hi Vineet, On Thu, Feb 06, 2014 at 05:49:21PM +0530, Vineet Gupta wrote: ---8--- tst-tls7.c

Re: Prelinking does not work with uClibc anymore?

2014-01-27 Thread Filippo Arcidiacono
Hi, I'm using uClibc based on 0.9.33 stable branch (uClibc-0.9.33.2), and prelink on SH target until now works fine. Follow the results i got on my SH4 target: On 1/24/2014 4:00 PM, Yann Sionneau wrote: Hello, I am trying to get prelinking to work on a MIPS target. I reproduced the issue on

Re: dynamic linker / rpath question

2013-12-16 Thread Filippo Arcidiacono
On 12/13/2013 7:39 PM, Steve Ellcey wrote: I have a question about the uclibc dynamic linker vs. the glibc dynamic linker. I have built a GCC cross-toolchain running on an x86 linux system and targeting the MIPS CPU. If I build with the glibc system library and dynamic linker everything works

Re: [PATCH 3/3] ldso: exclude -fasynchronous-unwind-tables from ldso CFLAGS

2013-09-15 Thread Filippo ARCIDIACONO
Of Filippo ARCIDIACONO Sent: Friday, September 13, 2013 4:32 AM To: uclibc@uclibc.org Subject: [PATCH 3/3] ldso: exclude -fasynchronous-unwind-tables from ldso CFLAGS At least on ARM, building the ld.so with -fasynchronous-unwind-tables for backtrace is creating a dependencies against libc through

Re: backtrace() not working on ARMv7a

2013-09-13 Thread Filippo ARCIDIACONO
before. /Thanks you are welcome. regards, Filippo -Original Message- From: Filippo ARCIDIACONO [mailto:filippo.arcidiac...@st.com] Sent: Thursday, September 12, 2013 10:14 AM To: Rajendra Dendukuri Cc: SHREYAS JOSHI; uclibc@uclibc.org Subject: Re: backtrace() not working on ARMv7a On 9

[PATCH 2/3] buildsys: fix handling of CFLAGS-OMIT from global CFLAGS

2013-09-13 Thread Filippo ARCIDIACONO
Currently the Makefile rules are not removing from the global CFLAGS any of the OMIT cflags declared at file level. This patch fixes it. Signed-off-by: Carmelo Amoroso carmelo.amor...@st.com Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com --- Makerules |3 ++- 1 files changed

[PATCH 3/3] ldso: exclude -fasynchronous-unwind-tables from ldso CFLAGS

2013-09-13 Thread Filippo ARCIDIACONO
At least on ARM, building the ld.so with -fasynchronous-unwind-tables for backtrace is creating a dependencies against libc through libgcc_eh. So it needs to exclude this from the ldso cflags. Signed-off-by: Carmelo Amoroso carmelo.amor...@st.com Signed-off-by: Filippo Arcidiacono

[PATCH 1/3] libubacktrace: compile with -fasynchronous-unwind-tables to get full backtrace

2013-09-13 Thread Filippo ARCIDIACONO
Add -fasynchronous-unwind-tables compiler flag for all objects, to improve backtrace functionality, getting full backtrace whatever functions are in the call stack. Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com Signed-off-by: Carmelo Amoroso carmelo.amor...@st.com --- Rules.mak

Re: backtrace() not working on ARMv7a

2013-09-12 Thread Filippo ARCIDIACONO
On 9/12/2013 2:49 PM, Rajendra Dendukuri wrote: Thanks Shreyas for the tip. But it is not working even with -fexceptions or -fasynchronous-unwind-tables options. Forum, Anyone faced this issue before? Yes. I got the same behavior using your test. Doing some googling , see

Re: ltp testcase (signal_test_04.c) build failure after commit ae9e3f46520c35dd77f7f2a26f789a94276e6a8c

2013-09-10 Thread Filippo ARCIDIACONO
Hi, On 9/10/2013 7:29 AM, Rich Felker wrote: On Thu, Aug 29, 2013 at 03:02:22PM +0200, Filippo ARCIDIACONO wrote: Hi, Building ltp testsuite it fails when try to build signal_test_04.c with the the following error: In file included from signal_test_04.c:85:0: /usr/include/sys/wait.h:116:22

ltp testcase (signal_test_04.c) build failure after commit ae9e3f46520c35dd77f7f2a26f789a94276e6a8c

2013-08-29 Thread Filippo ARCIDIACONO
function similarly to __need_malloc_and_calloc that fixes both problems. If you agree I can provide the proper patch. Any feedback are welcome. Filippo Arcidiacono ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: [PATCH V2] libc: deal with aux vect inside __uClibc_main only if !SHARED

2013-05-20 Thread Filippo ARCIDIACONO
On 5/19/2013 7:08 AM, Mike Frysinger wrote: On Friday 14 December 2012 05:40:05 Filippo ARCIDIACONO wrote: --- a/libc/misc/elf/dl-support.c +++ b/libc/misc/elf/dl-support.c @@ -28,6 +28,7 @@ void (*_dl_init_static_tls) (struct link_map *) = _dl_nothread_init_static_tls; ElfW(Phdr) *_dl_phdr

Re: Troubleshooting statically built application using backtrace.

2013-05-15 Thread Filippo ARCIDIACONO
On 5/14/2013 9:05 PM, ANDY KENNEDY wrote: two applications listed a backtrace. Only one line is printed with an address (presumably of the backtrace function call). Yes, it is the calling function address. You can use addr2line command to convert the address in line number. Before you have to

Re: Troubleshooting statically built application using backtrace.

2013-05-14 Thread Filippo ARCIDIACONO
On 5/14/2013 12:51 AM, ANDY KENNEDY wrote: Filippo/Carmelo/all: The patches fixes the infinite loop and extend the backtrace support in statically linked app, has been committed in master branch and cherry piched in 0.9.33 branch. Moreover to properly build the libubacktrace you should

last commit on master broke libubacktrace build

2013-05-13 Thread Filippo ARCIDIACONO
Hi all, last commit 71c10c484e7dc113396cccb7e503befb759c6346 /uClibc/commit/?id=71c10c484e7dc113396cccb7e503befb759c6346, (libubacktrace: fix backtrace for statically linked application) broke libubacktrace's build. The module backtrace.o[sS] was not built. I'm going to post a patch to fix this

[PATCH] libubacktrace: build the library with the properly objects

2013-05-13 Thread Filippo ARCIDIACONO
Indeed the commit 71c10c484e7dc113396cccb7e503befb759c6346 broke libubactrace build, the backtrace.o[oS] was not built. This definetively fixes the libubacktrace build. Also remove architecture specific objects in clean target. Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com

Re: Troubleshooting statically built application using backtrace.

2013-05-13 Thread Filippo ARCIDIACONO
On 5/9/2013 6:32 AM, Carmelo Amoroso wrote: Il giorno 08/mag/2013 22:33, ANDY KENNEDY andy.kenn...@adtran.com ha scritto: -Original Message- From: Carmelo Amoroso [mailto:carmel...@gmail.com] Sent: Wednesday, May 08, 2013 2:36 PM To: ANDY KENNEDY Cc: uclibc@uclibc.org Subject: Re:

[PATCH] libdl: fix typo error for __LDSO_LD_LIBRARY_PATH__ macro

2013-04-30 Thread Filippo ARCIDIACONO
Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com --- ldso/libdl/libdl.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index 018c720..4b95c42 100644 --- a/ldso/libdl/libdl.c +++ b/ldso/libdl/libdl.c @@ -374,7 +374,7

[PATCH V2] libdl: fix typo error for __LDSO_LD_LIBRARY_PATH__ macro

2013-04-30 Thread Filippo ARCIDIACONO
Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com Acked-by: Carmelo Amoroso carmelo.amor...@st.com --- ldso/libdl/libdl.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index 018c720..4b95c42 100644 --- a/ldso/libdl

Re: [PATCH V2] libdl: fix typo error for __LDSO_LD_LIBRARY_PATH__ macro

2013-04-30 Thread Filippo ARCIDIACONO
On 4/30/2013 9:49 AM, Sedat Dilek wrote: On Tue, Apr 30, 2013 at 9:21 AM, Filippo ARCIDIACONO filippo.arcidiac...@st.com wrote: Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com Acked-by: Carmelo Amoroso carmelo.amor...@st.com Why no changelog/summary and reference (Hint: See

Re: Backtrace on P1014.

2013-04-30 Thread Filippo ARCIDIACONO
. This patches are under review at the moment. Shortly I'll post. Il giorno 29/apr/2013 10:04, Filippo ARCIDIACONO filippo.arcidiac...@st.com mailto:filippo.arcidiac...@st.com ha scritto: On 4/26/2013 4:51 PM, ANDY KENNEDY wrote: From: Filippo ARCIDIACONO

Re: Backtrace on P1014.

2013-04-29 Thread Filippo ARCIDIACONO
On 4/26/2013 4:51 PM, ANDY KENNEDY wrote: From: Filippo ARCIDIACONO [mailto:filippo.arcidiac...@st.com] On 4/26/2013 5:30 AM, ANDY KENNEDY wrote: I'm attempting to link static an app that contains backtrace. I set LDFLAGS to -lubacktrace -ldl and I get a viable file which does run. The app

Re: setlocale behavior

2013-02-28 Thread Filippo ARCIDIACONO
On 2/28/2013 1:06 PM, Alexander Varnin wrote: Hello. I'm using uClibc 0.9.33.2 with buildroot. My OS built with buildroot, and locale settings is to enable ru_RU.UTF8 locale both in buildroot .config and uClibc .config. I'm trying to do setlocale(LC_CTYPE, ru_RU.UTF-8) but return value of this

Re: Next release of uclibc

2013-01-24 Thread Filippo ARCIDIACONO
On 1/23/2013 12:44 PM, Bernhard Reutner-Fischer wrote: On 23 January 2013 12:27, Florian Fainelli flor...@openwrt.org wrote: Bernhard, Do you want to backport more fixes into 0.9.33.3 or do you think it is ready for a release now? I have pushed these 3 additional patches from master onto the

[PATCH V2] libc: deal with aux vect inside __uClibc_main only if !SHARED

2012-12-14 Thread Filippo ARCIDIACONO
refers to __dl_secure and _dl_pagesize as initialised by the ld.so where the aux vext is still untouched. Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com Reviewed-by: Carmelo Amoroso carmelo.amor...@st.com --- ldso/ldso/ldso.c|2 +- libc/misc/elf/dl-support.c

Re: [PATCH V2] libc: deal with aux vect inside __uClibc_main only if !SHARED

2012-12-14 Thread Filippo ARCIDIACONO
On 12/14/2012 11:40 AM, Filippo ARCIDIACONO wrote: It's not safe to use the aux vect inside __uClibc_main if we are running with shared libraries, because it could have been already modified. For example, if some constructor plays with environment variables by using unsetenv, the modifications

[PATCH] libc: deal with aux vect inside __uClibc_main only if !SHARED

2012-12-13 Thread Filippo ARCIDIACONO
refers to __dl_secure and _dl_pagesize as initialised by the ld.so where the aux vext is still untouched. Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com Reviewed-by: Carmelo Amoroso carmelo.amor...@st.com --- ldso/ldso/ldso.c|2 +- libc/misc/elf/dl-support.c

[PATCH] arm: clone: restore stack pointer just after return from syscall

2012-12-11 Thread Filippo ARCIDIACONO
as log below: root@cortex-a9:/usr/tests/ltp/testcases/bin# ./utstest clone 5 stack smashing detected: ./utstest terminated() Regression introduced by commit e58798e107d652644629a1daaa95d76430808d53 Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com Signed-off-by: Giuseppe Di Giore

wrongly auxvt in __uClibc_main

2012-11-26 Thread Filippo ARCIDIACONO
Folks, we have seen some issues recently in uClibc related to the way the aux vect is managed inside __uClibc_main. Running a set-[user,group]-ID ELF binaries with some 'unsecure' environment variable set (i.e LD_LIBRARY_PATH or LD_PRELOAD), auxvt is wrongly set in __uClibc_main. The

RE: [PATCH] libc: make I/O locking cancel-safe with futexes

2012-09-27 Thread Filippo ARCIDIACONO
@uclibc.org Cc: Filippo ARCIDIACONO; Carmelo Amoroso Subject: [PATCH] libc: make I/O locking cancel-safe with futexes From: Filippo ARCIDIACONO filippo.arcidiac...@st.com Current implementation of I/O locking macros using futexes are not cancel safe, as if a thread is cancelled while doing

RE: prelinking with uClibc?

2012-07-20 Thread Filippo ARCIDIACONO
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Lance Spaulding Sent: Friday, July 20, 2012 5:23 AM To: uclibc@uclibc.org Subject: prelinking with uClibc? I'm unable to get prelinking to work with uClibc. I'm using

RE: [PATCH V4] ldso: fix fdpic support broken from prelink patch

2012-04-06 Thread Filippo ARCIDIACONO
-Original Message- From: Mike Frysinger [mailto:vap...@gentoo.org] Sent: Friday, April 06, 2012 6:54 AM To: Filippo ARCIDIACONO Cc: uclibc@uclibc.org Subject: Re: [PATCH V4] ldso: fix fdpic support broken from prelink patch On Monday 02 April 2012 06:13:39 Filippo ARCIDIACONO

[PATCH V5] ldso: fix fdpic support broken from prelink patch

2012-04-06 Thread Filippo ARCIDIACONO
The fdpic support has been broken since the prelink support was added, because it didn't take into account DL_LOADADDR_TYPE could be a different type of ElfW(Addr). Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com Signed-off-by: Mike Frysinger vap...@gentoo.org --- ldso/include/dl

RE: [PATCH V4] ldso: fix fdpic support broken from prelink patch

2012-04-02 Thread Filippo ARCIDIACONO
-Original Message- From: Mike Frysinger [mailto:vap...@gentoo.org] Sent: Saturday, March 31, 2012 5:27 PM To: Filippo ARCIDIACONO Cc: uclibc@uclibc.org Subject: Re: [PATCH V4] ldso: fix fdpic support broken from prelink patch On Thursday 29 March 2012 04:50:02 Filippo

RE: Segfault in libdl-0.9.33.so

2012-03-30 Thread Filippo ARCIDIACONO
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of PHilip RUshik Sent: Friday, March 30, 2012 1:03 PM To: uclibc@uclibc.org Subject: Segfault in libdl-0.9.33.so Both ncurses and SDL crash whenever an application using them crashes.

RE: patch for segfault freeing uninitialized memory

2012-03-29 Thread Filippo ARCIDIACONO
Note that this patch avoids the segfault. However, my guess is that there might still be some code in this area which is not working. Looking at the GNU C library it initializes the structure with the C locale if no other locale is specified. Your patch seems reasonable. Do you have a

[PATCH V4] ldso: fix fdpic support broken from prelink patch

2012-03-29 Thread Filippo ARCIDIACONO
The fdpic support has been broken since the prelink support was added, because it didn't take into account DL_LOADADDR_TYPE could be a different type of ElfW(Addr). Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com Signed-off-by: Mike Frysinger vap...@gentoo.org --- ldso/include/dl

RE: [PATCH V2] ldso: fix fdpic support broken from prelink patch

2012-03-27 Thread Filippo ARCIDIACONO
-Original Message- From: Mike Frysinger [mailto:vap...@gentoo.org] Sent: Tuesday, March 27, 2012 5:13 AM To: Filippo ARCIDIACONO Cc: uclibc@uclibc.org; 'Bernhard Reutner-Fischer' Subject: Re: [PATCH V2] ldso: fix fdpic support broken from prelink patch On Monday 26 March 2012

[PATCH V3] ldso: fix fdpic support broken from prelink patch

2012-03-27 Thread Filippo ARCIDIACONO
From d8ec745969b48a75412b6260f42f0cc294b42094 Mon Sep 17 00:00:00 2001 From: Filippo Arcidiacono filippo.arcidiac...@st.com Date: Wed, 30 Nov 2011 14:13:02 +0100 Subject: [PATCH V3] ldso: fix fdpic support broken from prelink patch The fdpic support has been broken since the prelink support

RE: [PATCH V2] ldso: fix fdpic support broken from prelink patch

2012-03-26 Thread Filippo ARCIDIACONO
-Original Message- From: Mike Frysinger [mailto:vap...@gentoo.org] Sent: Sunday, March 25, 2012 8:15 AM To: uclibc@uclibc.org Cc: Filippo ARCIDIACONO Subject: Re: [PATCH V2] ldso: fix fdpic support broken from prelink patch On Wednesday 07 March 2012 04:07:01 Filippo

[PATCH V2] ldso: fix fdpic support broken from prelink patch

2012-03-07 Thread Filippo ARCIDIACONO
The fdpic support has been broken since the prelink support was added, because it didn't take into account DL_LOADADDR_TYPE could be a different type of ElfW(Addr). Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com --- ldso/include/dl-defs.h | 11 +++ ldso/ldso/c6x/dl

RE: [PATCH] ldso: fix fdpic support broken from prelink patch

2012-03-06 Thread Filippo ARCIDIACONO
-Original Message- From: Filippo ARCIDIACONO [mailto:filippo.arcidiac...@st.com] Sent: Monday, March 05, 2012 7:17 PM To: uclibc@uclibc.org Cc: 'Filippo ARCIDIACONO' Subject: RE: [PATCH] ldso: fix fdpic support broken from prelink patch -Original Message- From

RE: [PATCH] ldso: fix fdpic support broken from prelink patch

2012-03-06 Thread Filippo ARCIDIACONO
-Original Message- From: Henderson, Stuart [mailto:stuart.hender...@analog.com] Sent: Tuesday, March 06, 2012 7:23 PM To: Filippo ARCIDIACONO; uclibc@uclibc.org Subject: RE: [PATCH] ldso: fix fdpic support broken from prelink patch In the meantime any comments are welcome

[PATCH] ldso: fix fdpic support broken from prelink patch

2012-03-05 Thread Filippo ARCIDIACONO
The fdpic support has been broken since the prelink support was added, because it doesn't take into account DL_LOADADDR_TYPE could be a type different of ElfW(Addr). Signed-off-by: Filippo Arcidiacono filippo.arcidiac...@st.com --- ldso/include/dl-defs.h | 11 +++ ldso/ldso/c6x/dl

RE: [PATCH] ldso: fix fdpic support broken from prelink patch

2012-03-05 Thread Filippo ARCIDIACONO
-Original Message- From: Filippo ARCIDIACONO [mailto:filippo.arcidiac...@st.com] Sent: Monday, March 05, 2012 7:12 PM To: uclibc@uclibc.org Cc: Filippo Arcidiacono Subject: [PATCH] ldso: fix fdpic support broken from prelink patch The fdpic support has been broken since

RE: non-scalar DL_LOADADDR_TYPE

2012-03-01 Thread Filippo ARCIDIACONO
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Bernhard Reutner-Fischer Sent: Thursday, March 01, 2012 9:41 PM To: Henderson, Stuart Cc: uclibc@uclibc.org Subject: Re: non-scalar DL_LOADADDR_TYPE On Mar 1, 2012 7:32 PM,

RE: [PATCH] stat: Use stat64 syscall if available

2012-02-03 Thread Filippo ARCIDIACONO
I Khem, This is similar what I do for fstat for similar problem. Just a note, the call to stat64 should be also guarded by __UCLIBC_HAS_LFS__? Something like: #if defined __UCLIBC_HAS_LFS__ defined __NR_stat64 -Original Message- From: uclibc-boun...@uclibc.org

RE: [PATCH] stat: Use stat64 syscall if available

2012-02-03 Thread Filippo ARCIDIACONO
What do you think to extend this fix also for lstat? Fstatat already call fstatat64. -Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Filippo ARCIDIACONO Sent: Friday, February 03, 2012 2:46 PM To: 'Khem Raj'; uclibc@uclibc.org

RE: [PATCH] libdl: fix dlclose handling of symbol scope

2012-01-18 Thread Filippo ARCIDIACONO
-Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Wednesday, January 18, 2012 6:16 PM To: Carmelo AMOROSO Cc: uclibc@uclibc.org; Filippo Arcidiacono Subject: Re: [PATCH] libdl: fix dlclose handling of symbol scope On Tue, Jan 17, 2012 at 10:58 PM, Khem Raj

RE: [PATCH] libdl: fix dlclose handling of symbol scope

2012-01-18 Thread Filippo ARCIDIACONO
-Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Thursday, January 19, 2012 6:39 AM To: Filippo ARCIDIACONO Cc: Carmelo AMOROSO; uclibc@uclibc.org Subject: Re: [PATCH] libdl: fix dlclose handling of symbol scope On Wed, Jan 18, 2012 at 3:10 PM, Khem Raj raj.k

RE: Prelink issue with uClibc

2012-01-04 Thread Filippo ARCIDIACONO
From: Mohd Faris qureshi [mailto:mohdfarisq2...@gmail.com] Sent: Tuesday, January 03, 2012 4:34 AM To: Filippo ARCIDIACONO Subject: Re: Prelink issue with uClibc I suppose you are prelinking your application on target. No I am not prelinking the application on target. I am cross

RE: Prelink issue with uClibc

2012-01-02 Thread Filippo ARCIDIACONO
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Mohd Faris qureshi Sent: Monday, January 02, 2012 12:06 PM To: uclibc@uclibc.org Subject: Prelink issue with uClibc Hi, I compiled an application with tool chain

RE: prelink breaks fdpic support in a bunch of places

2011-11-28 Thread Filippo ARCIDIACONO
Hi Mike, -Original Message- From: Mike Frysinger [mailto:vap...@gentoo.org] Sent: Sunday, November 27, 2011 9:12 AM To: uclibc@uclibc.org; filippo.arcidiac...@st.com; carmelo.amor...@st.com Subject: prelink breaks fdpic support in a bunch of places there seems to be a bunch of

RE: Use executable's RPATH in looking up library searching path.

2011-09-27 Thread Filippo ARCIDIACONO
-Original Message- From: vapierfil...@gmail.com [mailto:vapierfil...@gmail.com] On Behalf Of Mike Frysinger Sent: Saturday, September 24, 2011 8:46 AM To: Filippo ARCIDIACONO Cc: uclibc@uclibc.org Subject: Re: Use executable's RPATH in looking up library searching path

RE: Use executable's RPATH in looking up library searching path.

2011-09-23 Thread Filippo ARCIDIACONO
-Original Message- From: Mike Frysinger [mailto:vap...@gentoo.org] Sent: Friday, September 23, 2011 4:40 PM To: uclibc@uclibc.org Cc: Filippo ARCIDIACONO Subject: Re: Use executable's RPATH in looking up library searching path. On Thursday, September 22, 2011 11:39:24

Use executable's RPATH in looking up library searching path.

2011-09-22 Thread Filippo ARCIDIACONO
/RpathIssue. The following patch fixes this problem adding the executable's rpath in library search path. Regards, Filippo Arcidiacono From 24f2c2bbc2d8f3b0fbdc27dfc7018141f36e46ab Mon Sep 17 00:00:00 2001 From: Filippo Arcidiacono filippo.arcidiac...@st.com Date: Wed, 21 Sep 2011 15:00:54 +0200 Subject

RE: any chance for an explicitely runnable runtime linker?

2011-09-15 Thread Filippo ARCIDIACONO
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Carmelo AMOROSO Sent: Thursday, September 15, 2011 2:52 PM To: uclibc@uclibc.org Subject: Re: any chance for an explicitely runnable runtime linker? On 15/09/2011 13.56,

RE: [ANNOUNCE] prelink integration completed

2011-07-15 Thread Filippo ARCIDIACONO
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Sedat Dilek Sent: Tuesday, July 12, 2011 12:02 PM To: Carmelo AMOROSO Cc: uclibc@uclibc.org Subject: Re: [ANNOUNCE] prelink integration completed On Tue, Jul 12, 2011 at 9:42

RE: [patch] [uclibc-v0.9.32-rc3-123-gf87898c] ldso/ldso/ldso.c:891:31: error: 'st' undeclared (first use in this function)

2011-07-06 Thread Filippo ARCIDIACONO
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Carmelo Amoroso Sent: Wednesday, July 06, 2011 8:06 AM To: uclibc@uclibc.org Subject: Re: [patch] [uclibc-v0.9.32-rc3-123-gf87898c] ldso/ldso/ldso.c:891:31: error: 'st' undeclared

RE: Backtrace in uClibC

2011-05-10 Thread Filippo ARCIDIACONO
-Original Message- From: patrickdeping...@gmail.com [mailto:patrickdeping...@gmail.com] On Behalf Of Thomas De Schampheleire Sent: Tuesday, May 10, 2011 3:52 PM To: Carmelo AMOROSO; filippo.arcidiac...@st.com Cc: Tony Wu; uClibc Subject: Re: Backtrace in uClibC Hi Carmelo,

Re: Backtrace in uClibC

2011-05-06 Thread Filippo ARCIDIACONO
+0x26) [0x40093e] ./prog(myfunc+0x26) [0x40093e] ./prog(main+0x5a) [0x4009b2] /lib/libc.so.0(__uClibc_main+0x21e) [0x295ce466] The following patch (against the uclibc master branch) fix it in the dladdr function. Could you try on your arch? Regards, Filippo Arcidiacono From

RE: Linking with uClibc-0.9.32-rc3 on mipsel is sensitive to sharedlibraries link order

2011-04-14 Thread Filippo ARCIDIACONO
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Maksim Rayskiy Sent: Wednesday, April 13, 2011 11:07 PM To: uclibc@uclibc.org Subject: Linking with uClibc-0.9.32-rc3 on mipsel is sensitive to sharedlibraries link order

RE: Strange: MIPS, librt, malloc (Cross Post: originally senttoBuildroot -- oops).

2011-03-14 Thread Filippo ARCIDIACONO
-Original Message- From: ANDY KENNEDY [mailto:andy.kenn...@adtran.com] Sent: Friday, March 11, 2011 7:12 PM To: Filippo ARCIDIACONO; Carmelo AMOROSO Cc: uclibc@uclibc.org Subject: RE: Strange: MIPS, librt, malloc (Cross Post: originally senttoBuildroot -- oops). Hi Andy

RE: Strange: MIPS, librt, malloc (Cross Post: originally sent toBuildroot -- oops).

2011-03-11 Thread Filippo ARCIDIACONO
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Carmelo AMOROSO Sent: Wednesday, March 09, 2011 5:51 PM To: ANDY KENNEDY Cc: uclibc@uclibc.org Subject: Re: Strange: MIPS, librt, malloc (Cross Post: originally sent toBuildroot

RE: [not x86 host; not glibc host; build error] bootstrapping uclibc with locale support: is it possible at all?

2011-02-24 Thread Filippo ARCIDIACONO
and ISO-8859-1). Hope this can help you. Regards Filippo Arcidiacono The main purpose is to not to rely on some existing working on the host std c lib. ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

RE: _dl_pagesize and _dl_dprintf();

2010-07-15 Thread Filippo ARCIDIACONO
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Rob Landley Sent: Wednesday, July 14, 2010 1:58 AM To: uClibc Subject: _dl_pagesize and _dl_dprintf(); The _dl_dprintf() code in ldso/ldso/dl-elf.c is checking the fmt argument

RE: Hints please...

2009-05-18 Thread Filippo ARCIDIACONO
mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc Hope this can help you. By, Filippo Arcidiacono. ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

RE: problem with errno in readdir64_r() and readdir_r()

2009-03-30 Thread Filippo ARCIDIACONO
-Original Message- From: Kövesdi György [mailto:k...@teledigit.hu] Sent: Monday, March 30, 2009 10:07 AM To: Carmelo AMOROSO Cc: Filippo ARCIDIACONO; uclibc@uclibc.org Subject: Re: problem with errno in readdir64_r() and readdir_r() If there is a bug you should provide

RE: Has anybody used 0.9.30 on sh4?

2009-02-24 Thread Filippo ARCIDIACONO
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Rob Landley Sent: Monday, February 23, 2009 8:10 PM To: Carmelo AMOROSO Cc: uclibc@uclibc.org Subject: Re: Has anybody used 0.9.30 on sh4? On Monday 23 February 2009 09:49:28

RE: Problem with libc.so.0

2009-01-23 Thread Filippo ARCIDIACONO
-Original Message- From: uclibc-boun...@uclibc.org [mailto:uclibc-boun...@uclibc.org] On Behalf Of Zhou jun Sent: Friday, January 23, 2009 4:22 AM To: uclibc@uclibc.org Subject: Problem with libc.so.0 Hi, I've just complied a uclibc sh4 cross-compile toochain, and passed

RE: where's the locale data?

2008-12-11 Thread Filippo ARCIDIACONO
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bernhard Reutner-Fischer Sent: Wednesday, December 10, 2008 5:41 PM To: poly-p man Cc: uclibc@uclibc.org Subject: Re: where's the locale data? On Wed, Dec 10, 2008 at 10:21:32AM -0500, poly-p

RE: testsuite: wcsxfrm

2008-12-02 Thread Filippo ARCIDIACONO
-Original Message- From: Carmelo Amoroso [mailto:[EMAIL PROTECTED] Sent: Saturday, November 29, 2008 3:25 PM To: Tobias Poschwatta Cc: Filippo ARCIDIACONO; 'Carmelo AMOROSO'; uclibc@uclibc.org Subject: Re: testsuite: wcsxfrm Tobias Poschwatta wrote: On Thu, Nov 27, 2008

RE: undefined symbols in uclibc from today

2008-11-25 Thread Filippo ARCIDIACONO
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Khem Raj Sent: Sunday, November 23, 2008 9:22 AM To: Denys Vlasenko Cc: uclibc@uclibc.org Subject: Re: undefined symbols in uclibc from today On Sat, Nov 22, 2008 at 6:39 AM, Denys Vlasenko

[PATCH] locale test fix.

2008-07-10 Thread Filippo ARCIDIACONO
/stdlib/stdlib.c- tst_mblen, tst_mbtowc, tst_wctomb; libc/stdio/_scanf.c - tst_swscanf; libc/string/strncmp.c - tst_wcsncmp; libc/misc/wchar/wchar.c - tst_mbrlen, tst_mbrtowc, tst_wcswidth. Signed-off-by: Filippo Arcidiacono [EMAIL PROTECTED] Index: libc/stdlib/_strtod.c

'locale' command.

2008-04-21 Thread Filippo ARCIDIACONO
-off-by: Filippo Arcidiacono [EMAIL PROTECTED] Index: utils/Makefile.in === --- utils/Makefile.in (revision 21732) +++ utils/Makefile.in (working copy) @@ -25,6 +25,8 @@ CFLAGS-readelf := $(CFLAGS-utils-shared) +CFLAGS-locale

RE: Problems in compiling for mips

2008-04-07 Thread Filippo ARCIDIACONO
-Original Message- From: abhijit ayarekar [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2008 7:04 PM To: Filippo ARCIDIACONO Cc: uclibc@uclibc.org Subject: Re: Problems in compiling for mips thanks for the reply :). when i checked the linux src for mips in asm-mips folder

RE: Problems in compiling for mips

2008-04-04 Thread Filippo ARCIDIACONO
I suggest you to upgrade the uClibc to the 0.9.29 version. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of abhijit ayarekar Sent: Thursday, April 03, 2008 10:12 PM To: uclibc@uclibc.org Subject: Problems in compiling for mips I am trying to

RE: utils/readelf built twice?

2008-04-02 Thread Filippo ARCIDIACONO
-Original Message- From: Bernhard Fischer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2008 3:01 PM To: Filippo ARCIDIACONO Cc: 'Carmelo AMOROSO'; uclibc@uclibc.org Subject: Re: utils/readelf built twice? On Wed, Apr 02, 2008 at 02:49:22PM +0200, Filippo ARCIDIACONO

RE: [PATCH] wprintf overflow

2008-03-12 Thread Filippo ARCIDIACONO
; + buf[i] = 0; + break; } } while (buf[i++] (i sizeof(buf))); buf[sizeof(buf)-1] = 0; -Original Message- From: filippo arcidiacono [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11

RE: Help me , Support IPV6?

2008-03-11 Thread Filippo ARCIDIACONO
. Filippo Arcidiacono. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Xiang Sent: Tuesday, March 11, 2008 11:27 AM To: [EMAIL PROTECTED] Subject: Help me , Support IPV6? Hi: How are you? I have

RE: [PATCH] wprintf overflow

2008-03-11 Thread Filippo ARCIDIACONO
Hi, Your patch fix the problem when a wide character is in the format string, but there Are some problem if the wide char is in the format specifier. Have you any idea about this one? In my opinion your patch have to be the follow (just to be in synch with the latest version of the thrunk): ---

RE: __ctype_b_loc symbol in libc.a

2007-09-14 Thread Filippo ARCIDIACONO
Hi, You have to enable Extended Locale Support (__UCLIBC_HAS_XLOCALE__) also, to see __ctype_b_loc symbol. By, Filippo. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dound Sent: Friday, September 14, 2007 1:07 AM To: uclibc@uclibc.org Subject:

Locale support

2007-07-26 Thread Filippo ARCIDIACONO
Hi, The simple way to enable the LOCALE support into the uclibc is : 1) to enable the following environmet variable (running make menuconfig): - UCLIBC_HAS_LOCALE (Enabling Locale Support under String and Stdio Support menu) - UCLIBC_PREGENERATED_LOCALE_DATA (Enabling Use Pre-generated

RE: Locale support

2007-07-26 Thread Filippo ARCIDIACONO
See my post in july. Filippo. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcin Glogowski Sent: Monday, June 18, 2007 3:51 PM To: uclibc@uclibc.org Subject: Re: Locale support In my previous post I had selective locale support, when I enabled all