* breakpoint.h (struct bp_location): Change type of section
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index a5358dbec459c8e6a8cd47d99e737f94f0bd19f7..ef536bc79718380cb198e624d7155467851beb4a 100644 (file)
@@ -277,9 +277,9 @@ struct bp_location
   /* Type of hardware watchpoint. */
   enum target_hw_bp_type watchpoint_type;
 
-  /* For any breakpoint type with an address, this is the BFD section
+  /* For any breakpoint type with an address, this is the section
      associated with the address.  Used primarily for overlay debugging.  */
-  asection *section;
+  struct obj_section *section;
 
   /* Address at which breakpoint was requested, either by the user or
      by GDB for internal breakpoints.  This will usually be the same
This page took 0.023257 seconds and 4 git commands to generate.