From: Jim Blandy Date: Wed, 29 Jan 2003 23:46:39 +0000 (+0000) Subject: * objfiles.h (struct objfile): Doc fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c63f977fd4f7a0968bf79414ce63607aa73a0767;p=binutils-gdb.git * objfiles.h (struct objfile): Doc fix. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2a9ff292da3..9a9fc9a2383 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-01-29 Jim Blandy + + * objfiles.h (struct objfile): Doc fix. + 2003-01-29 Andrew Cagney * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P. diff --git a/gdb/objfiles.h b/gdb/objfiles.h index 4dcb6e8c61b..587e71c7438 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -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;