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:
617ee8e
)
hack around memset().
author
K. Richard Pixley
<rich@cygnus>
Sun, 1 Sep 1991 23:40:56 +0000
(23:40 +0000)
committer
K. Richard Pixley
<rich@cygnus>
Sun, 1 Sep 1991 23:40:56 +0000
(23:40 +0000)
gas/symbols.c
patch
|
blob
|
history
diff --git
a/gas/symbols.c
b/gas/symbols.c
index c20eaf51bbe923507e460360e4120098e7bdca7d..b2c0d8da6a259f6c97bc69fa6b6da87c59eff487 100644
(file)
--- a/
gas/symbols.c
+++ b/
gas/symbols.c
@@
-144,7
+144,7
@@
char *s;
{
char *symbol_decode;
int label_number;
- int label_version;
+/* int label_version; */
char *message_format = "\"%d\" (instance number %s of a local label)";
if (s[0] != 'L'
@@
-196,6
+196,7
@@
fragS *frag; /* Associated fragment */
unsigned int name_length;
char *preserved_copy_of_name;
symbolS *symbolP;
+ extern int memset();
name_length = strlen(name) + 1; /* +1 for \0 */
obstack_grow(¬es, name, name_length);