This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: Failed build of GLIBC for MIPS...


* Andreas Jaeger <aj@suse.de>:

| I'm busy at the moment and can't check it on my MIPS machine at the
| moment - but it looks really strange.

I'm on x86.

| atexist should be in libc.so.6:
| 
| gee:/src/gcc30:[1]$ nm /lib/libc.so.6  |grep atexit
| 0002f9b0 T __cxa_atexit
| 0011674c ? __elf_set___libc_atexit_element__cleanup__
| 0011674c a __start___libc_atexit
| 00116750 a __stop___libc_atexit
| 00119040 b added_atexit_handler.186
| 0002f970 T atexit

gzp@gzp2 ~ $ nm /lib/libc.so.6 |grep atexit
0002e710 T __cxa_atexit
0002e8cc t __dyn_atexit
00104f34 ? __elf_set___libc_atexit_element__cleanup__
00104f34 a __start___libc_atexit
00104f38 a __stop___libc_atexit
00107860 b added_atexit_handler.186
0002e8cc T atexit@GLIBC_2.0

What mean the extra dyn_atexit and atexit@GLIBC_2.0? Seems I
doesn't have standalone atexit, this is the problem?


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