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

Unified Diff: src/cmd/internal/rsc.io/x86/x86asm/Makefile

Issue 153750044: code review 153750044: cmd/objdump: move armasm, x86asm into internal packages (Closed)
Patch Set: diff -r f804c5bc096d3a87bba0dd7ed74aae850b93873e https://code.google.com/p/go/ Created 10 years, 5 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
Index: src/cmd/internal/rsc.io/x86/x86asm/Makefile
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/cmd/internal/rsc.io/x86/x86asm/Makefile
@@ -0,0 +1,3 @@
+tables.go: ../x86map/map.go ../x86.csv
+ go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go
+
« no previous file with comments | « src/cmd/internal/rsc.io/arm/armasm/testdata/decode.txt ('k') | src/cmd/internal/rsc.io/x86/x86asm/decode.go » ('j') | no next file with comments »

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