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: Basic question on LDSO bootstrapping for MIPS...


"Steven J. Hill" <sjhill@cotw.com> writes:

> Greetings.
>
> Just a quick question on the runtime linker code. The function
> _dl_start in elf/rtld.c initializes the first entry in the
> link_map with the call:
>
>   bootstrap_map.l_addr = elf_machine_load_address ();
>
> I'm working on MIPS, this function in sysdeps/mips/dl-machine.h
> does some assembly code that returns the start address of the
> dynamic linker i.e. the dl_start function, correct? This address

The start of the object that contains the dynamic linker but in
*memory*.

Andreas

> should be the same as the AT_BASE entry in the auxillary vector
> tables, correct? Thanks.


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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