mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +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 (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); */
|
||||
|
||||
Reference in New Issue
Block a user