* incremental.cc (can_incremental_update): New function.
[deliverable/binutils-gdb.git] / gold / incremental.h
index 1e4d9f526211e138244eb0f50bc846296ae7d9b9..5d1ebda13f8e43f03396737e0111ceb7cd4fbab9 100644 (file)
@@ -81,6 +81,11 @@ enum Incremental_shlib_symbol_flags
 
 static const int INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT = 30;
 
+// Return TRUE if a section of type SH_TYPE will can be updated in place
+// during an incremental update.
+bool
+can_incremental_update(unsigned int sh_type);
+
 // Create an Incremental_binary object for FILE. Returns NULL is this is not
 // possible, e.g. FILE is not an ELF file or has an unsupported target.
 
This page took 0.025381 seconds and 4 git commands to generate.