Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(495)

Unified Diff: src/cmd/ld/lib.h

Issue 7891047: code review 7891047: cmd/ld: emit TLS relocations during external linking (Closed)
Patch Set: diff -r 43052d8c5ebf https://code.google.com/p/go Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/ld/elf.c ('k') | src/cmd/ld/symtab.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/ld/lib.h
===================================================================
--- a/src/cmd/ld/lib.h
+++ b/src/cmd/ld/lib.h
@@ -52,6 +52,7 @@
SWINDOWS,
SBSS,
SNOPTRBSS,
+ STLSBSS,
SXREF,
SMACHOSYMSTR,
« no previous file with comments | « src/cmd/ld/elf.c ('k') | src/cmd/ld/symtab.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b