new for ptx
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index ac34668ac5f505c30413502ec2f587bd1baef828..252a75d1e46eb4d1e46ff2eb0985adb0684ce66d 100644 (file)
@@ -140,14 +140,9 @@ struct obj_section {
      addresses.  */
   CORE_ADDR offset;
 
-  /* For the ptx compiler, we can't use the sec_ptr typedef when the field's
-     name is sec_ptr.  We really should rename the field (or better yet,
-     the typedef should be bfd_sec_ptr).  */
-  struct sec *sec_ptr; /* BFD section pointer */
-
-  /* Objfile this section is part of.  Not currently used, but I'm sure
-     that someone will want the bfd that the sec_ptr goes with or something
-     like that before long.  */
+  sec_ptr the_bfd_section; /* BFD section pointer */
+
+  /* Objfile this section is part of.  */
   struct objfile *objfile;
 };
 
This page took 0.024119 seconds and 4 git commands to generate.