This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [DWARF] Fix multiple register spanning location.
- From: Christian Bruel <christian dot bruel at st dot com>
- To: Cary Coutant <ccoutant at google dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Jason Merrill <jason at redhat dot com>
- Date: Tue, 21 May 2013 09:51:29 +0200
- Subject: Re: [DWARF] Fix multiple register spanning location.
- References: <5188AFC2 dot 1000105 at st dot com> <CAHACq4qimMoZ3xZdU8_Mq=bLi0q0s=Wa2=5HLWuEx7HvqRnEAA at mail dot gmail dot com>
Yes, this looks good. OK for trunk, but please add a note about those
additional changes you made to the ChangeLog entry. Thanks!
Thanks, done with this entry:
2013-05-21 Christian Bruel <christian.bruel@st.com>
* dwarf2out.c (multiple_reg_loc_descriptor): Use dbx_reg_number for
spanning registers. LEAF_REG_REMAP is supported only for contiguous
registers. Set register size out of the PARALLEL loop.
Cheers