2003-04-24 Jakub Jelinek <jakub@redhat.com>
authorRoland McGrath <roland@gnu.org>
Thu, 24 Apr 2003 17:10:52 +0000 (17:10 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 24 Apr 2003 17:10:52 +0000 (17:10 +0000)
commit545dbc9345c81963ee3b48b0104807f06fda7b28
treea881f7258fe383ddf1c20e0ca4f1e28f28f70ad1
parent345d920835ed818a09cf242da31adf7e9981f614
2003-04-24  Jakub Jelinek  <jakub@redhat.com>

* elf/dl-reloc.c (allocate_static_tls): Rename to...
(_dl_allocate_static_tls): ... this function.  No longer static.
(CHECK_STATIC_TLS): Adjust.
* sysdeps/generic/ldsodefs.h (_dl_allocate_static_tls): New prototype.
* sysdeps/powerpc/powerpc32/dl-machine.h (__process_machine_rela):
Add SYM_MAP argument.
(elf_machine_rela): Adjust caller.  Declare SYM_MAP unconditionally.
Check if SYM_MAP != NULL for R_PPC_DTPREL32.  Only handle 32-bit
TLS relocs here.  #ifdef out relocs which never appear in
.gnu.conflict section from dl-conflict.c processing.
* sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
Add SYM_MAP argument.  Handle 16-bit TLS relocs here.
elf/dl-reloc.c
sysdeps/generic/ldsodefs.h
sysdeps/powerpc/powerpc32/dl-machine.c
sysdeps/powerpc/powerpc32/dl-machine.h