This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH V2 0/9] eBPF support for GNU binutils
Hi Nick.
The patch series is approved. (Well the binutils parts of it anyway.
I see that the other parts have also been approved, so it looks like
it is good to go).
If you do wish to tweak the bpf entry in the bfd/config.bfd file as
I suggested in a previous email then such a change is also approved.
Thanks for the review.
I just pushed the series, with two minor changes:
- The update to config.sub is gone, as I synchronized both
config.{sub,guess} with config master in a separated commit.
- Changed bfd/config.bfd to only accept bpf-*-none (config.sub expands
bpf to bpf-unknown-none) and reject any other bpf-*-* target name as
not fully functional, as you suggested. [1]
Thanks!
[1] I added an extra case just after the `# END OF targmatch.h' marker.
If you would prefer a new case after the main block instead, let me
know and I will change it.