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: [PATCH] Dwarf2 missing indirect string support for VMS


On 07/24/2009 11:22 AM, Douglas B Rupp wrote:
I've been working with HP Debug support in India to fix the indirect
string support. I hope it will be fixed in the next release.

How about the location lists?


In fact I see that it's only one instance of location lists that you're removing -- the one for DW_AT_frame_base. So your macro appears to be misnamed. Unless that's what the toplev.c change does? I think you could equally well handle that in your target's OVERRIDE_OPTIONS hook.

Lets be more precise: what, exactly, does VMS debug allow for DW_AT_frame_base? Because if it does allow simple things, you should in fact be computing the location list and then checking if we hit one of the degenerate cases that doesn't actually require a list.


r~



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