Extend the assembler so that it can automatically generate GNU Build attribute notes...
[deliverable/binutils-gdb.git] / gas / symbols.c
index 96bf9637c33c12449d40e1ac014417237107c2b2..40888379de82be16663424608c0567647448e243 100644 (file)
@@ -108,6 +108,7 @@ save_symbol_name (const char *name)
   size_t name_length;
   char *ret;
 
+  gas_assert (name != NULL);
   name_length = strlen (name) + 1;     /* +1 for \0.  */
   obstack_grow (&notes, name, name_length);
   ret = (char *) obstack_finish (&notes);
This page took 0.024548 seconds and 4 git commands to generate.