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

First line of ld-linux.so that is called


looks like it is _dl_start from rtld.c. How do I confirm this? 

If I do ldd on my debugged program, it shows the address of ld-linux.so.

  linux-gate.so.1 =>  (0x0052d000)
        libc.so.6 => /office/lib/libc.so.6 (0x00705000)
        /test/lib/ld-linux.so.2 (0x0083d000)


this address 0x0083d000 is not fixed, right? If load my program through
gdb, this address will be different? how to check the ld-inux.so's
address after gdb is loaded then?

thanks
patrick


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