ref: caa2cd99e469f598d19a03f2ba4d3c23c6e9d6f5
parent: 5aea901969b0ee10083ceb089452c68b4deb459a
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jan 24 07:51:27 EST 2016
OSX wants the strings in .text. This is ok.
--- a/6/gengas.c
+++ b/6/gengas.c
@@ -248,7 +248,6 @@
size_t i, nk;
k = htkeys(strtab, &nk);
- fprintf(fd, ".section .rodata\n");
for (i = 0; i < nk; i++) {
s = k[i];
fprintf(fd, "%s:\n", (char*)htget(strtab, k[i]));