diff options
Diffstat (limited to 'gcc/config/darwin.h')
| -rw-r--r-- | gcc/config/darwin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 0c327b93b30..62cfa4be7f4 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -141,6 +141,10 @@ do { text_section (); \ #define TARGET_ASM_CONSTRUCTOR machopic_asm_out_constructor #define TARGET_ASM_DESTRUCTOR machopic_asm_out_destructor +/* Always prefix with an underscore. */ + +#define USER_LABEL_PREFIX "_" + /* Don't output a .file directive. That is only used by the assembler for error reporting. */ |

