diff options
Diffstat (limited to 'gas/write.h')
-rw-r--r-- | gas/write.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/write.h b/gas/write.h index 962ccd0..8a1c860 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" |