]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
gas: mark dwarf2_loc_mark_labels as extern
authorKyle Evans <kevans@FreeBSD.org>
Thu, 9 Apr 2020 20:49:01 +0000 (20:49 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 9 Apr 2020 20:49:01 +0000 (20:49 +0000)
commit0a6b17f7f362bf65963d6d06a114d6247b5f09e3
tree03813233766b310e0878bfa175735ad77ae37229
parent9a042535a9eb5ea8dd1b3e0d80483d02f1cba951
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.
contrib/binutils/gas/dwarf2dbg.h