]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/objfiles.h
Use bool in pc_in_* functions
[thirdparty/binutils-gdb.git] / gdb / objfiles.h
index 3b0f94197ff7ffe4b7fe9c11fde3a9df0a9539be..342aa09ac6afe23bc82181f2a1b6ee449a814ecc 100644 (file)
@@ -891,8 +891,8 @@ extern int have_minimal_symbols (void);
 
 extern struct obj_section *find_pc_section (CORE_ADDR pc);
 
-/* Return non-zero if PC is in a section called NAME.  */
-extern int pc_in_section (CORE_ADDR, const char *);
+/* Return true if PC is in a section called NAME.  */
+extern bool pc_in_section (CORE_ADDR, const char *);
 
 /* Return non-zero if PC is in a SVR4-style procedure linkage table
    section.  */