summaryrefslogtreecommitdiff
path: root/gas/write.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/write.h')
-rw-r--r--gas/write.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/write.h b/gas/write.h
index a238320d4e2..4157bc971cb 100644
--- a/gas/write.h
+++ b/gas/write.h
@@ -27,6 +27,12 @@
#define FAKE_LABEL_NAME "L0\001"
#endif
+/* This is the special character used to indicate a fake symbol. Must be
+ present in FAKE_LABEL_NAME. */
+#ifndef FAKE_LABEL_CHAR
+#define FAKE_LABEL_CHAR '\001'
+#endif
+
#include "bit_fix.h"
/*