]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
gas: mark dwarf2_loc_mark_labels as extern
authorkevans <kevans@FreeBSD.org>
Sat, 28 Mar 2020 03:58:57 +0000 (03:58 +0000)
committerkevans <kevans@FreeBSD.org>
Sat, 28 Mar 2020 03:58:57 +0000 (03:58 +0000)
commitdb21f91b547f4fdc821816bde69c73e0c6c042fd
tree5c9eec1beee916be47416e2797ddc03fd613edb2
parentde84de17b897bf68adcd746c324cc3702183a309
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