* configure.srv (m68k*-*-uclinux*): New target.
[deliverable/binutils-gdb.git] / gdb / gdbserver / target.h
index 7f65d3dbe4a06965de843c8a0e1fec6529074a27..6c9a4d7baa5529fbfe016a13bce635598db78cf0 100644 (file)
@@ -156,6 +156,11 @@ struct target_ops
 
   CORE_ADDR (*stopped_data_address) (void);
 
+  /* Reports the text, data offsets of the executable.  This is
+     needed for uclinux where the executable is relocated during load
+     time.  */
+  
+  int (*read_offsets) (CORE_ADDR *text, CORE_ADDR *data);
 };
 
 extern struct target_ops *the_target;
This page took 0.039324 seconds and 4 git commands to generate.