diff options
Diffstat (limited to 'gas/ecoff.c')
-rw-r--r-- | gas/ecoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ecoff.c b/gas/ecoff.c index 348f98e..e8c929a 100644 --- a/gas/ecoff.c +++ b/gas/ecoff.c @@ -2535,7 +2535,7 @@ ecoff_directive_def (int ignore ATTRIBUTE_UNUSED) free (coff_sym_name); if (coff_tag != (char *) NULL) free (coff_tag); - + coff_sym_name = xstrdup (name); coff_type = type_info_init; coff_storage_class = sc_Nil; |