glibc dhd
David Huggins-Daines
dhd@puffin.external.hp.com
Thu, 10 Aug 2000 20:36:40 -0600
CVSROOT: /home/cvs/parisc
Module name: glibc
Changes by: dhd 00/08/10 20:36:40
Modified files:
sysdeps/hppa : dl-machine.h
Log message:
0) Fix elf_machine_rela() to do the right thing now that the linker
does the right thing.
1) Use Alan's scheme for obtaining the load address. As pointed out
in mail this is still incorrect because it entails dynamic
relocations in .text and thus causes ld.so to become non-shared.
But it makes the linker shut up.
2) Pass the correct argument to _dl_start, so that _dl_argc and stuff
are set up correctly.
3) Add some comments and move things around.