Fix bfd/dwarf2.c build breakage

Fix build breakage introduced by commit 089e3718bd ("Greatly improve
the speed if looking up DWARF line number information."):

 -  bfd_boolean is_linkage;
 -  const char *name;
 -  struct arange arange;
 +  int                  line;
 +  int                  tag;
 +  bfd                  boolean is_linkage;

bfd/ChangeLog:
2016-11-08  Pedro Alves  <palves@redhat.com>

	* dwarf2.c (struct funcinfo) <is_linkage>: Type is bfd_boolean,
	not "bfd boolean".
This commit is contained in:
Pedro Alves 2016-11-08 12:32:05 +00:00
parent 089e3718bd
commit 3b0d929dd6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-11-08 Pedro Alves <palves@redhat.com>
* dwarf2.c (struct funcinfo) <is_linkage>: Type is bfd_boolean,
not "bfd boolean".
2016-11-08 Igor Tsimbalist <tigor.tools@gmail.com>
* dwarf2.c (comp_unit): Add new fields 'lookup_funcinfo_table' and

View File

@ -1280,7 +1280,7 @@ struct funcinfo
/* Source location line number. */
int line;
int tag;
bfd boolean is_linkage;
bfd_boolean is_linkage;
const char * name;
struct arange arange;
/* Where the symbol is defined. */