diff options
author | mortimer <mortimer@cvs.openbsd.org> | 2021-01-28 01:39:20 +0000 |
---|---|---|
committer | mortimer <mortimer@cvs.openbsd.org> | 2021-01-28 01:39:20 +0000 |
commit | d1037a0f0206db5871c60aed48701684183c060a (patch) | |
tree | d08e2866b542ce04ee0f4c8daff86e3b0b9ce4b4 /gnu/usr.bin | |
parent | 08360d5b042aeb8b9cead820c05e0860952ae9a7 (diff) |
Extern dwarf2_loc_mark_labels. Fixes compiation with -fno-common.
ok deraadt@
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/binutils-2.17/gas/dwarf2dbg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |