aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-03-28 03:58:57 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-03-28 03:58:57 +0000
commitd1df43288e7b8b429705601af541bc03a4f6e02e (patch)
tree5c9eec1beee916be47416e2797ddc03fd613edb2 /contrib/binutils
parentd7f6e63df95c710372872adcae2dbe485cc4f8d5 (diff)
Notes
Diffstat (limited to 'contrib/binutils')
-rw-r--r--contrib/binutils/gas/dwarf2dbg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/gas/dwarf2dbg.h b/contrib/binutils/gas/dwarf2dbg.h
index cd1d17b2031f..5b1110e16f16 100644
--- a/contrib/binutils/gas/dwarf2dbg.h
+++ b/contrib/binutils/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);