[PATCH] PPC64 eanble --with-tls M2
Roland McGrath
roland@redhat.com
Tue Feb 25 20:53:00 GMT 2003
> 2003-01-31 Steven Munroe <sjmunroe@us.ibm.com>
>
> * elf/elf.h: Add new powerpc64 relocs.
> * elf/tls-macros.h [__powerpc64__] (TLS_LE, TLS_IE, TLS_LD,
> TLS_GD):
> Define.
Fix your mailer or whatever not to break lines.
> * linuxthreads/sysdeps/powerpc/powerpc64/tls.h: New file.
We have told you several times that linuxthreads has a separate ChangeLog.
> +# define GET_ADDR_OFFSET ti->ti_offset + TLS_DTV_OFFSET;
> +
> +# define __TLS_GET_ADDR(__ti) __tls_get_addr(__ti) - TLS_DTV_OFFSET;
These macros should have parentheses around them and not having a ; at the end.
More information about the Libc-alpha
mailing list