This is the mail archive of the gdb-patches@sourceware.org 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] Fix DW_FORM_ref4 values in dw2-op-out-param.S


Doug Evans writes:
 > Hi. I noticed this test was failing and diagnosed it as being
 > due to bad DW_FORM_ref4 values.
 > The current values work if one assumes the CU is the first one in
 > ..debug_info.  I've got glibc debug info installed which breaks
 > that assumption.
 > 
 > 2014-09-09  Doug Evans  <dje@google.com>
 > 
 > 	* gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
 > 	from the start of the CU.

Committed.


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