summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2014-11-14 12:08:46 -0500
committerAustin Clements <austin@google.com>2014-11-14 12:08:46 -0500
commit5462978cf79ac14328bf8eceeee1c92dc36f0dbd (patch)
treee508b86657632bdd5e22747478cb0a21bb678804 /include
parent3d0470bf49a2e0c53148d38f8f117e6a1f2090a0 (diff)
downloadgo-5462978cf79ac14328bf8eceeee1c92dc36f0dbd.tar.gz
[dev.power64] liblink: generate dnames[5689] for D_* constants
This is more complicated than the other enums because the D_* enums are full of explicit initializers and repeated values. This tries its best. (This will get much cleaner once we tease these constants apart better.) LGTM=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/166700043
Diffstat (limited to 'include')
-rw-r--r--include/link.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h
index 06f3ebb48..225c6f95d 100644
--- a/include/link.h
+++ b/include/link.h
@@ -626,6 +626,11 @@ extern char* anames9[];
extern char* cnames5[];
extern char* cnames9[];
+extern char* dnames5[];
+extern char* dnames6[];
+extern char* dnames8[];
+extern char* dnames9[];
+
extern LinkArch link386;
extern LinkArch linkamd64;
extern LinkArch linkamd64p32;