diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-14 09:17:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-14 09:17:58 +0000 |
commit | 4730fc68821285c245e1d90a5c866f2845f9411c (patch) | |
tree | 0888cd52d16c8ab8428320abaa1d1aa71542bb92 /linuxthreads | |
parent | b63429360053ea95d28defeccfc2c764fdfd90ab (diff) | |
download | glibc-4730fc68821285c245e1d90a5c866f2845f9411c.tar.gz glibc-4730fc68821285c245e1d90a5c866f2845f9411c.tar.xz glibc-4730fc68821285c245e1d90a5c866f2845f9411c.zip |
* sysdeps/i386/dl-machine.h (elf_machine_rel)
(case R_386_TLS_DTPMOD32): Don't use addend. [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check. (elf_machine_rela): Add support for TLS relocs.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 2ed5382a70..9cc0a36e20 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-09-11 Steven Munroe <sjmunroe@us.ibm.com> + + * sysdeps/powerpc/powerpc64/pt-machine.h: New file. + 2002-09-04 Bruno Haible <bruno@clisp.org> * pthread.c: Include <sys/time.h>. |