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

Unified Diff: src/cmd/6l/6.out.h

Issue 12568043: code review 12568043: cmd/ld: Put the textflag constants in a separate file. (Closed)
Patch Set: diff -r d881cb1ffc14 https://khr%40golang.org@code.google.com/p/go/ Created 11 years, 6 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/5l/5.out.h ('k') | src/cmd/8l/8.out.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/6l/6.out.h
===================================================================
--- a/src/cmd/6l/6.out.h
+++ b/src/cmd/6l/6.out.h
@@ -30,11 +30,7 @@
#define NSYM 50
#define NSNAME 8
-#define NOPROF (1<<0)
-#define DUPOK (1<<1)
-#define NOSPLIT (1<<2)
-#define RODATA (1<<3)
-#define NOPTR (1<<4)
+#include "../ld/textflag.h"
/*
* amd64
« no previous file with comments | « src/cmd/5l/5.out.h ('k') | src/cmd/8l/8.out.h » ('j') | no next file with comments »

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