mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-09 17:12:54 +00:00
oops - omitted from previous delta
This commit is contained in:
@@ -1332,6 +1332,9 @@ dollar_label_name (n, augend)
|
|||||||
know (n >= 0);
|
know (n >= 0);
|
||||||
know (augend == 0 || augend == 1);
|
know (augend == 0 || augend == 1);
|
||||||
p = symbol_name_build;
|
p = symbol_name_build;
|
||||||
|
#ifdef LOCAL_LABEL_PREFIX
|
||||||
|
*p++ = LOCAL_LABEL_PREFIX;
|
||||||
|
#endif
|
||||||
*p++ = 'L';
|
*p++ = 'L';
|
||||||
|
|
||||||
/* Next code just does sprintf( {}, "%d", n); */
|
/* Next code just does sprintf( {}, "%d", n); */
|
||||||
|
|||||||
Reference in New Issue
Block a user