This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/19007] FAIL: elf/check-localplt with gcc-5/6


https://sourceware.org/bugzilla/show_bug.cgi?id=19007

--- Comment #7 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Markus Trippelsdorf from comment #4)
> Looks good, e.g. /lib/ld-2.22.90.so:
>  
> Relocation section [ 7] '.rela.dyn' at offset 0x878 contains 16 entries:

>   0x0000000000225fd0  X86_64_GLOB_DAT 0x000000000001a580      +0 malloc
>   0x0000000000225fd8  X86_64_GLOB_DAT 0x000000000001a5a0      +0 calloc
>   0x0000000000225fe0  X86_64_GLOB_DAT 0x000000000001a7c0      +0 realloc
>   0x0000000000225fe8  X86_64_GLOB_DAT 0x0000000000227100      +0 _r_debug
>   0x0000000000225ff0  X86_64_GLOB_DAT 0x000000000001a5e0      +0 free

Please show me:

# readelf -rW libc_pic.a | grep calloc | wc -l
# readelf -rW libc_pic.a | grep calloc | grep -v R_X86_64_PLT32

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]