mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
oops - omitted from previous delta
This commit is contained in:
parent
2f992c04c2
commit
f84dd1f035
@ -1332,6 +1332,9 @@ dollar_label_name (n, augend)
|
||||
know (n >= 0);
|
||||
know (augend == 0 || augend == 1);
|
||||
p = symbol_name_build;
|
||||
#ifdef LOCAL_LABEL_PREFIX
|
||||
*p++ = LOCAL_LABEL_PREFIX;
|
||||
#endif
|
||||
*p++ = 'L';
|
||||
|
||||
/* Next code just does sprintf( {}, "%d", n); */
|
||||
|
Loading…
Reference in New Issue
Block a user