projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f992c0
)
oops - omitted from previous delta
author
Nick Clifton
<nickc@redhat.com>
Thu, 15 Jul 1999 01:33:35 +0000
(
01:33
+0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 15 Jul 1999 01:33:35 +0000
(
01:33
+0000)
gas/symbols.c
patch
|
blob
|
history
diff --git
a/gas/symbols.c
b/gas/symbols.c
index 49cf3d959ae2e891773d570ec9efabaff2c2c49f..07b80ea559b6d620facaa993b82a357675c8be26 100644
(file)
--- a/
gas/symbols.c
+++ b/
gas/symbols.c
@@
-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); */