Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
|
Sign in
(495)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
with your
Google Account
to create issues and add comments
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:
misc/cgo/testtls/tls.go
misc/cgo/testtls/tls_test.go
misc/cgo/testtls/tls_unix.c
src/cmd/5l/5.out.h
src/cmd/6l/6.out.h
src/cmd/6l/asm.c
src/cmd/6l/obj.c
src/cmd/6l/span.c
src/cmd/8a/a.y
src/cmd/8a/y.tab.h
src/cmd/8a/y.tab.c
src/cmd/8l/8.out.h
src/cmd/8l/asm.c
src/cmd/8l/obj.c
src/cmd/8l/pass.c
src/cmd/8l/span.c
src/cmd/dist/buildruntime.c
src/cmd/ld/data.c
src/cmd/ld/elf.c
src/cmd/ld/lib.h
src/cmd/ld/symtab.c
src/run.bash
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 »
Issue 7891047: code review 7891047: cmd/ld: emit TLS relocations during external linking (Closed)
Created 11 years, 11 months ago by iant
Modified 11 years, 11 months ago
Reviewers:
Base URL:
Comments: 0
Recent Issues
|
This issue
This is Rietveld
f62528b