]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdb_bfd.h
don't share per-BFD data if relocations are needed
[thirdparty/binutils-gdb.git] / gdb / gdb_bfd.h
index ca2eddc142096f82efc735a172a406b5ce4bddfe..d28b29ef2f3d1d4480502b75ca4cb43ec5cba1d9 100644 (file)
@@ -135,4 +135,9 @@ int gdb_bfd_section_index (bfd *abfd, asection *section);
 
 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 */