* objfiles.h (struct objfile): Doc fix.
authorJim Blandy <jimb@codesourcery.com>
Wed, 29 Jan 2003 23:46:39 +0000 (23:46 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 29 Jan 2003 23:46:39 +0000 (23:46 +0000)
gdb/ChangeLog
gdb/objfiles.h

index 2a9ff292da313b64b0fc354fbb1abde6c3c477b6..9a9fc9a238311eee58876d2960835a43a77c42d4 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-29  Jim Blandy  <jimb@redhat.com>
+
+       * objfiles.h (struct objfile): Doc fix.
+
 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
 
        * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
index 4dcb6e8c61bfb16e409c3902ed1b105eab40edd5..587e71c74384a79ec5cf29eaf2977d592f4f87b7 100644 (file)
@@ -238,7 +238,8 @@ struct objfile
 
     struct objfile *next;
 
-    /* The object file's name.  Malloc'd; free it if you free this struct.  */
+    /* The object file's name, tilde-expanded and absolute.
+       Malloc'd; free it if you free this struct.  */
 
     char *name;
 
This page took 0.025817 seconds and 4 git commands to generate.