This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

[committed] Fix unwind offset for start symbol


The attached change fixes a problem noticed in the hppa unwind data noticed by Helge Deller. Some but not all of the offsets didn't match the section offset of the call_info->start_symbol. It turned out using frag_now was incorrect.  We need to use call_info->start_symbol->sy_frag.
This fixed the offsets in a test file.

Tested on trunk with no observed regressions.  Committed to trunk.

Dave

--
John David Anglin  dave.anglin@bell.net

Attachment: pa_build_unwind_subspace.d
Description: Text document


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