[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170429.221129.1940993396042409828.davem@davemloft.net>
Date: Sat, 29 Apr 2017 22:11:29 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: ast@...com
Cc: daniel@...earbox.net, aconole@...heb.org, netdev@...r.kernel.org,
xdp-newbies@...r.kernel.org
Subject: Re: [PATCH v3 binutils] Add BPF support to binutils...
From: Alexei Starovoitov <ast@...com>
Date: Sat, 29 Apr 2017 17:48:43 -0700
> On 4/28/17 1:33 PM, David Miller wrote:
>> New in this version:
>>
>> 1) All the relocation work I posted earlier today.
>> 2) Teach readelf about a few bpf relocs as needed
>> 3) Add a 'nop' instruction which facilitates the gas
>> testsuite. I used "mov r0,r0"
>>
>> The whole gas testsuite passes now. :-) But that just
>> means we have to add more tests I guess....
>>
>> Signed-off-by: David S. Miller <davem@...emloft.net>
>
> it seems by default bpf target is not enabled,
> so I tried to build it with:
> ../configure --enable-targets=bpf,x86
Please use "--target=bpf-elf"
Powered by blists - more mailing lists