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

Delta Between Two Patch Sets: src/cmd/link/testdata/Makefile

Issue 160200044: [dev.power64] code review 160200044: build: merge default into dev.power64 (Closed)
Left Patch Set: Created 10 years, 4 months ago
Right Patch Set: diff -r be0c14f62257b42485019e9e1db23cf40d2e249f https://code.google.com/p/go Created 10 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « src/cmd/link/runtime.go ('k') | src/cmd/link/testdata/autosection.6 » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 ALL=\ 1 ALL=\
2 autosection.6\ 2 autosection.6\
3 autoweak.6\ 3 autoweak.6\
4 dead.6\ 4 dead.6\
5 hello.6\ 5 hello.6\
6 layout.6\ 6 layout.6\
7 pclntab.6\ 7 pclntab.6\
8 8
9 all: $(ALL) 9 all: $(ALL)
10 10
11 %.6: %.s 11 %.6: %.s
12 » go tool 6a $*.s 12 » GOARCH=amd64 GOOS=darwin go tool 6a -trimpath=$(shell pwd) $*.s
13 13
14 pclntab.s: genpcln.go 14 pclntab.s: genpcln.go
15 go run genpcln.go >pclntab.s 15 go run genpcln.go >pclntab.s
LEFTRIGHT

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