This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: doc fix to struct objfile


2003-01-29  Jim Blandy  <jimb@redhat.com>

	* objfiles.h (struct objfile): Doc fix.

Index: gdb/objfiles.h
===================================================================
RCS file: /cvs/src/src/gdb/objfiles.h,v
retrieving revision 1.17
diff -c -r1.17 objfiles.h
*** gdb/objfiles.h	23 Jan 2003 23:03:31 -0000	1.17
--- gdb/objfiles.h	29 Jan 2003 23:45:14 -0000
***************
*** 238,244 ****
  
      struct objfile *next;
  
!     /* The object file's name.  Malloc'd; free it if you free this struct.  */
  
      char *name;
  
--- 238,245 ----
  
      struct objfile *next;
  
!     /* The object file's name, tilde-expanded and absolute.
!        Malloc'd; free it if you free this struct.  */
  
      char *name;
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]