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

Delta Between Two Patch Sets: src/cmd/objdump/Makefile

Issue 104770046: code review 104770046: cmd/objdump: add arm disassembler (Closed)
Left Patch Set: Created 9 years, 10 months ago
Right Patch Set: diff -r 5dd1aec48e8f https://code.google.com/p/go/ Created 9 years, 10 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 | « no previous file | src/cmd/objdump/armasm.go » ('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: x86.go armasm.go
2
1 x86.go: bundle 3 x86.go: bundle
2 ./bundle -p main -x x86_ rsc.io/x86/x86asm | gofmt >x86.go 4 ./bundle -p main -x x86_ rsc.io/x86/x86asm | gofmt >x86.go
3 5
6 armasm.go: bundle
7 ./bundle -p main -x arm_ rsc.io/arm/armasm | gofmt >armasm.go
8
4 bundle: 9 bundle:
5 go build -o bundle code.google.com/p/rsc/cmd/bundle 10 go build -o bundle code.google.com/p/rsc/cmd/bundle
LEFTRIGHT

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