K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-03-28T03:58:57.057531Z K 7 svn:log V 271 gas: mark dwarf2_loc_mark_labels as extern Compiling with -fno-common complains as this header's included in multiple compilation units. In fact, the proper definition of dwarf2_loc_mark_labels already exists in dwarf2dbg.c, so simply mark this declaration with extern. END