Make extern declaration of dwarf_always_disassemble correct
authorChristian Biesinger <cbiesinger@google.com>
Wed, 18 Sep 2019 04:50:42 +0000 (13:50 +0900)
committerChristian Biesinger <cbiesinger@google.com>
Wed, 18 Sep 2019 04:54:48 +0000 (13:54 +0900)
commita3d181d2e784d57ea04728ac2f8f747fa798e78a
treedaa2aafb014535e6df4cfb0a2c3f198f2126de16
parent7e9ad3a35cde2342e07c34345d5ee671ea8aeeb4
Make extern declaration of dwarf_always_disassemble correct

This was an oversight in 491144b5e21bbfd41969c175aebb663976f59058;
dwarf2loc.c has an extern definition for dwarf_always_disassemble
that I missed. This patch updates it from int to bool to match
the definition in dwarf2read.c.

gdb/ChangeLog:

2019-09-18  Christian Biesinger  <cbiesinger@google.com>

* dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
to bool to match definition in dwarf2read.c.
gdb/ChangeLog
gdb/dwarf2loc.c
This page took 0.023688 seconds and 4 git commands to generate.