summaryrefslogtreecommitdiff
path: root/gas/write.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-05-02 18:38:49 +0000
committerMichael Snyder <msnyder@vmware.com>2003-05-02 18:38:49 +0000
commitc7823b757512241139f02649b833594c44732ef4 (patch)
treefbaaa7e74335d895aa71cc5140a5124f148d7eb0 /gas/write.h
parentb9d784b598b36dcf29637ef169ff4903c1693690 (diff)
downloadbinutils-redhat-c7823b757512241139f02649b833594c44732ef4.tar.gz
2003-05-02 Michael Snyder <msnyder@redhat.com>
* write.h (FAKE_LABEL_NAME): Allow override (for targets that like eg. a leading dot in a local label).
Diffstat (limited to 'gas/write.h')
-rw-r--r--gas/write.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/write.h b/gas/write.h
index 962ccd0fb1..8a1c860444 100644
--- a/gas/write.h
+++ b/gas/write.h
@@ -40,7 +40,9 @@
/* This is the name of a fake symbol which will never appear in the
assembler output. S_IS_LOCAL detects it because of the \001. */
+#ifndef FAKE_LABEL_NAME
#define FAKE_LABEL_NAME "L0\001"
+#endif
#include "bit_fix.h"