From: mortimer Date: Thu, 28 Jan 2021 01:39:19 +0000 (+0000) Subject: Extern dwarf2_loc_mark_labels. Fixes compiation with -fno-common. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4af6e88d9803cf45c59bf3d0cc4610d2739816c3;p=openbsd Extern dwarf2_loc_mark_labels. Fixes compiation with -fno-common. ok deraadt@ --- diff --git a/gnu/usr.bin/binutils-2.17/gas/dwarf2dbg.h b/gnu/usr.bin/binutils-2.17/gas/dwarf2dbg.h index cd1d17b2031..5b1110e16f1 100644 --- a/gnu/usr.bin/binutils-2.17/gas/dwarf2dbg.h +++ b/gnu/usr.bin/binutils-2.17/gas/dwarf2dbg.h @@ -78,7 +78,7 @@ extern void dwarf2_emit_label (symbolS *); /* True when we're supposed to set the basic block mark whenever a label is seen. Unless the target is doing Something Weird, just call dwarf2_emit_label. */ -bfd_boolean dwarf2_loc_mark_labels; +extern bfd_boolean dwarf2_loc_mark_labels; extern void dwarf2_finish (void);