Re: [yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-04-01 Thread Mark Hatle
On 3/31/15 11:52 PM, Maninder Singh wrote: Hi Mark, there is one typo error in this:- http://git.yoctoproject.org/cgit/cgit.cgi/prelink-cross/commit/?h=cross_prelink_stagingid=fd99a47124b1f1141f2afe4e87da7cb209cc2927 + src/get.c: Remove extra checkf ro ld-linux.so.3 in strcmp *** check for

Re: [yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-03-31 Thread Maninder Singh
Hi Mark, there is one typo error in this:- http://git.yoctoproject.org/cgit/cgit.cgi/prelink-cross/commit/?h=cross_prelink_stagingid=fd99a47124b1f1141f2afe4e87da7cb209cc2927 + src/get.c: Remove extra checkf ro ld-linux.so.3 in strcmp *** check for * Thanks

Re: [yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-03-31 Thread Maninder Singh
Hi Mark, Sorry for missing ID in Signed-off-by: Maninder Singh Signed-off-by: Maninder Singh maninder...@samsung.com I suggested that change just to remove redundat code. This looks Ok to me

[yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-03-31 Thread Maninder Singh
Title: Samsung Enterprise Portal mySingle Hi, From 05ab779af24baef957972aa1d2a9e9d29212cc4c Mon Sep 17 00:00:00 2001From: Maninder Singh maninder...@samsung.comDate: Thu, 19 Mar 2015 03:02:59 +0530Subject: [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmpif (! strcmp (soname,

Re: [yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-03-31 Thread Mark Hatle
On 3/31/15 2:01 PM, Mark Hatle wrote: Hmm, I never saw the original email (or thread). (I have no record of ever receiving the original email. How odd...) What is the context for this, simply that there are multiple ld-linux.do.3 in the same check and remove one or the other is more

Re: [yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-03-31 Thread Mark Hatle
Hmm, I never saw the original email (or thread). What is the context for this, simply that there are multiple ld-linux.do.3 in the same check and remove one or the other is more efficient? (I suspect it will be optimized out, but I can make the change quickly enough.) --Mark On 3/31/15 1:01

Re: [yocto] [prelink-cross] [PATCH 1/1] Remove extra check for ld-linux.so.3 in strcmp

2015-03-31 Thread Khem Raj
On Mar 30, 2015, at 8:14 PM, Maninder Singh maninder...@samsung.com wrote: Hi, From 05ab779af24baef957972aa1d2a9e9d29212cc4c Mon Sep 17 00:00:00 2001 From: Maninder Singh maninder...@samsung.com mailto:maninder...@samsung.com Date: Thu, 19 Mar 2015 03:02:59 +0530 Subject: [PATCH 1/1]