On Wednesday, February 23, 2011 14:05:49 Bernd Schmidt wrote:
> --- a/ldso/include/dl-defs.h
> +++ b/ldso/include/dl-defs.h
> @@ -212,7 +212,7 @@ typedef struct {
> _dl_find_hash for this reloc TYPE. TPNT is the module in which the
> matching SYM was found. */
> #ifndef DL_FIND_HASH_VALUE
> -# define DL_FIND_HASH_VALUE(TPNT, TYPE, SYM) (DL_RELOC_ADDR
> ((SYM)->st_value, (TPNT)->loadaddr))
> +# define DL_FIND_HASH_VALUE(TPNT, TYPE, SYM) (DL_RELOC_ADDR ((TPNT)-
> loadaddr, (SYM)->st_value))
> #endifis this correct ? this is non-fdpic code, and seems like it should be a sep change if it's a common ELF code bugfix. the changelog makes no mention of this either ... -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
