Add software single step support to moxie port
[deliverable/binutils-gdb.git] / gdb / gdb_bfd.h
index 1e74bfe608d3b4f7e9f1cba2132aa3cd2c1bc4ab..d28b29ef2f3d1d4480502b75ca4cb43ec5cba1d9 100644 (file)
@@ -121,4 +121,23 @@ bfd *gdb_bfd_openr_next_archived_file (bfd *archive, bfd *previous);
 
 bfd *gdb_bfd_fdopenr (const char *filename, const char *target, int fd);
 
+\f
+
+/* Return the index of the BFD section SECTION.  Ordinarily this is
+   just the section's index, but for some special sections, like
+   bfd_com_section_ptr, it will be a synthesized value.  */
+
+int gdb_bfd_section_index (bfd *abfd, asection *section);
+
+
+/* Like bfd_count_sections, but include any possible global sections,
+   like bfd_com_section_ptr.  */
+
+int gdb_bfd_count_sections (bfd *abfd);
+
+/* Return true if any section requires relocations, false
+   otherwise.  */
+
+int gdb_bfd_requires_relocations (bfd *abfd);
+
 #endif /* GDB_BFD_H */
This page took 0.026295 seconds and 4 git commands to generate.