mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Correctly locate `_' in generated names.
This commit is contained in:
parent
bd4c35cc6d
commit
4410c4b925
@ -274,8 +274,8 @@ print_function_name (lf *file,
|
||||
/* the format name if available */
|
||||
if (format_name != NULL)
|
||||
{
|
||||
nr += print_c_name (file, format_name);
|
||||
nr += lf_printf (file, "_");
|
||||
nr += print_c_name (file, format_name);
|
||||
}
|
||||
|
||||
/* the suffix */
|
||||
|
Loading…
Reference in New Issue
Block a user