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: [PATCH] PPC64 eanble --with-tls M2


> 2003-01-31  Steven Munroe  <sjmunroe at us dot ibm dot 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.


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