(FILE_FUNCTION_FORMAT): Fix typo if neither dot nor dollar in label.
From-SVN: r6469
This commit is contained in:
parent
58633be8f3
commit
bea230d9d1
@ -3731,7 +3731,7 @@ dump_tree_statistics ()
|
||||
#ifndef NO_DOT_IN_LABEL
|
||||
#define FILE_FUNCTION_FORMAT "_GLOBAL_.D.%s"
|
||||
#else /* NO_DOT_IN_LABEL */
|
||||
#define FILE_FUNCTION_FORMAT "__GLOBAL_D_%s"
|
||||
#define FILE_FUNCTION_FORMAT "_GLOBAL__D_%s"
|
||||
#endif /* NO_DOT_IN_LABEL */
|
||||
#endif /* NO_DOLLAR_IN_LABEL */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user