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]

Re: [PATCH 2/2] aarch64: Decode dwarf2 register numbers


On 3 September 2014 11:24, Marcus Shawcroft <marcus.shawcroft@gmail.com> wrote:
> On 7 August 2014 01:11, Richard Henderson <rth@twiddle.net> wrote:
>> Similar to the parsing side in gas.  But here I'm less
>> certain about only printing dN, since these are also used
>> for uses within .debug_info which could rightly use vN.
>
>> +   "d0",  "d1",  "d2",  "d3",  "d4",  "d5",  "d6",  "d7",
>> +   "d8",  "d9", "d10", "d11", "d12", "d13", "d14", "d15",
>> +  "d16", "d17", "d18", "d19", "d20", "d21", "d22", "d23",
>> +  "d24", "d25", "d26", "d27", "d28", "d29", "d30", "d31",
>
>
> I think these should be Vn rather than dN.

Oops, ignore me, I see you made that change in the version of the
patch you pushed...

/Marcus


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