This is the mail archive of the gdb@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: return_pc in d10v_unwind_cache


Hi,

I was digging through the d10v searching for wisdom and noticed that
the return_pc field of struct d10v_unwind_cache is set in
d10v_frame_unwind_cache() but the value is never used anywhere. Is
this just a leftover from the removal of d10v_pop_frame() or is there
some use for the return pc I'm missing?

It's a left over from the removal of d10v_pop_frame and d10v_frame_saved_pc. I'd better delete it.


Andrew



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