This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Add CONSTRUCTOR case to loc_descriptor_from_tree in dwarf2out.c


On Thu, Jul 31, 2003 at 07:04:50PM -0400, Richard Kenner wrote:
> ! 	/* Get an RTL for this, which will may have the effect of outputting
> ! 	   it.  This may violates the principle of not having -g affect
> ! 	   the generated code, but it's in the data segment and it's hard
> ! 	   to see a case where it won't already have been output.  */
> ! 	rtx rtl = output_constant_def (loc, 0);

Well, you add a new varasm function that looks at the hash table
but *doesn't* write data.  Seems easy enough.


r~


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