Set USER_LABEL_PREFIX to "", otherwise native compilation of some GNU

utilities (like texinfo) fails.
This commit is contained in:
ragge 2003-11-03 10:07:34 +00:00
parent 0128b312f7
commit 3a99ca5371

View File

@ -1031,7 +1031,7 @@ enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES };
/* The prefix to add to user-visible assembler symbols. */
#define USER_LABEL_PREFIX "_"
#define USER_LABEL_PREFIX ""
/* This is how to output an internal numbered label where
PREFIX is the class of label and NUM is the number within the class. */