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]

Re: [patch/rfc] Deprecate sym_private, obj_private, and sym_stab_info


> Date: Tue, 05 Oct 2004 19:26:29 -0400
> From: Andrew Cagney <cagney@gnu.org>
> 
> These have all been superseeded by Mark's per-objfile data pointers.

Can you or someone else please show an example of how to convert the
deprecated code to using the per-objfile data pointers, or point to a
message in the archives that includes such examples?  TIA, and sorry
if this information was already posted and I missed it.

> 2004-10-05  Andrew Cagney  <cagney@gnu.org>
> 
> 	* objfiles.h (struct objfile): Rename obj_private to
> 	deprecated_obj_private, sym_private to deprecated_sym_private, and
> 	sym_stab_info to deprecated_sym_stab_info.
> 	* gdb-stabs.h: Update.
> 	* elfread.c: Update.
> 	* dbxread.c: Update.
> 	* coffread.c: Update.
> 	* xcoffread.c: Update.
> 	* symfile.c: Update.
> 	* somread.c: Update.
> 	* nlmread.c: Update.
> 	* mdebugread.c: Update.
> 	* hpread.c: Update.
> 	* coffread.c: Update.

For some reason, coffread.c appears twice in this log entry, which is
probably a typo.


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