This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: Patch to fix 2.1 versioned symbols for MIPS...


"H . J . Lu" wrote:
> 
> # objdump --sym ./io/xstat64.os | grep xstat64
> ./io/xstat64.os:     file format elf32-tradlittlemips
> 00000000 g     F .text  00000000 ___xstat64
> 00000000 g     F .text  00000000 __xstat64@@GLIBC_2.2
> 
Mine is:
root@dev1:/opt/build-glibc/io$ mipsel-linux-objdump --sym xstat64.os | grep
xstat64
xstat64.os:     file format elf32-tradlittlemips
0000012c l     F .text  00000000 xstat64_conv
00000000 g     F .text  00000000 ___xstat64
00000000 g     F .text  00000000 __old__xstat64
00000000 g     F .text  00000000 __xstat64@@GLIBC_2.2
00000000 g     F .text  00000000 __xstat64@GLIBC_2.1

> Please find out why you have __xstat64@GLIBC_2.1. Please post your
> abi-versions.h.
> 
Attached, hopefully in the right format. Thanks.

-Steve

P.S. Tools being used:    binutils-cvs (current as of an hour ago)
                          gcc-cvs (yesterday's)
                          glibc-2.2.5pre1

-- 
 Steven J. Hill - Embedded SW Engineer

Attachment: abi-versions.h
Description: Binary data


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