glibc 2.10.1: added ifdef around PTR*MANGLE
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 10 Jul 2010 18:25:48 +0000 (20:25 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 10 Jul 2010 18:25:48 +0000 (20:25 +0200)
commita31766f3b10695f9c0cfa051f66d982b0845e2fa
tree38ff258b37a03d01c093651f2b3f55885795af9f
parent5977a7637c98dd5d8454d267c99a21b2e78eda04
glibc 2.10.1: added ifdef around PTR*MANGLE

some of the calls to PTR_MANGLE and PTR_UNMANGLE were
guarded by #ifdef's whereas others were not.
This causes problems on architectures that do not
have those macros.
Fix is to add ifdefs around those invocations
Also added PR to the recipe

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/glibc/glibc-2.10.1/PTR_MANGLE.patch [new file with mode: 0644]
recipes/glibc/glibc_2.10.1.bb