On Tue, Jul 19, 2011 at 12:06 PM, Joshua Lock <[email protected]> wrote: > You can use 'objdump -T' for this, i.e. (from my F15 box): > joshual@scimitar:~ > $ objdump -T /lib/libc.so.6 | grep realpath > 416c3f00 g DF .text 00000041 (GLIBC_2.0) realpath > 415e60e0 g DF .text 00000478 GLIBC_2.3 realpath > 4169a330 g DF .text 00000037 GLIBC_2.4 __realpath_chk
Bug updated with: [mattsm@busy poky (master)]$ cat /etc/issue CentOS release 5.6 (Final) Kernel \r on an \m [mattsm@busy poky (master)]$ objdump -T /lib/libc.so.6 | grep realpath 009cca90 g DF .text 0000003f (GLIBC_2.0) realpath 008f75c0 g DF .text 000004c1 GLIBC_2.3 realpath 009a8030 g DF .text 00000038 GLIBC_2.4 __realpath_chk _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
