redo fr30 sanitization
[deliverable/binutils-gdb.git] / gas / ecoff.c
index f8e538f0f16bbc0c7894c5e4d973adf0167f494e..664edf4dae4f44e0a5e54708c7f3fadf7764a6e3 100644 (file)
@@ -2195,6 +2195,12 @@ add_procedure (func)
       noproc_lineno = (lineno_list_t *) NULL;
     }
 }
+
+symbolS *
+ecoff_get_cur_proc_sym ()
+{
+  return (cur_proc_ptr ? cur_proc_ptr->sym->as_sym : NULL);
+}
 \f
 /* Add a new filename, and set up all of the file relative
    virtual arrays (strings, symbols, aux syms, etc.).  Record
This page took 0.023922 seconds and 4 git commands to generate.