mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 08:38:10 +08:00
Use bool for dwarf2_has_info
This changes dwarf2_has_info to return bool.
This commit is contained in:
@ -20,9 +20,9 @@
|
||||
#ifndef DWARF2_PUBLIC_H
|
||||
#define DWARF2_PUBLIC_H
|
||||
|
||||
extern int dwarf2_has_info (struct objfile *,
|
||||
const struct dwarf2_debug_sections *,
|
||||
bool = false);
|
||||
extern bool dwarf2_has_info (struct objfile *,
|
||||
const struct dwarf2_debug_sections *,
|
||||
bool = false);
|
||||
|
||||
/* A DWARF names index variant. */
|
||||
enum class dw_index_kind
|
||||
|
Reference in New Issue
Block a user