On Wed, Nov 16, 2016 at 12:50 PM, Jason Merrill wrote:
> On Fri, Nov 11, 2016 at 1:33 PM, Jiong Wang wrote:
>> The encoding for new added AARCH64 DWARF operations.
>
> This patch seems rather incomplete; I only see a change to
> dwarf2out.c, which won't compile since the opcodes aren't defined
>
On Fri, Nov 11, 2016 at 1:33 PM, Jiong Wang wrote:
> The encoding for new added AARCH64 DWARF operations.
This patch seems rather incomplete; I only see a change to
dwarf2out.c, which won't compile since the opcodes aren't defined
anywhere.
Jason
The encoding for new added AARCH64 DWARF operations.
I am thinking DWARF specification actually allows vendor private operations
overlap with each other as one can't co-exist with the other. So in theory we
should introduce target hook to handle target private operations.
But in GCC/binutils/LL