This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

[Patch] Windows TLS enhancements


Included are 2 patches to help support TLS on Windows.

secrel32.patch:
Allows use of secrel32 as an operand in gas. Such as "movl $symbol@secrel32, %eax"


pe_tls.patch:
Convention requires that the symbols defining the start and end of the TLS section be within .tls$AAA and .tls$ZZZ. The changes here ensure those sections appear at the start and end of the TLS section.


Daniel

Attachment: secrel32.patch
Description: Text document

Attachment: pe_tls.patch
Description: Text document


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