bpf: use the default asm_named_section target hook
authorJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 2 Sep 2020 07:12:51 +0000 (09:12 +0200)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 2 Sep 2020 07:12:51 +0000 (09:12 +0200)
commit7047a8bab6e41fe9f5dbb29ca170ce416e08dd11
treed85b80b0e70578a7cddd86b0db18ece4c28d923d
parentc9d440223594cbf955177628d62a667727a1780a
bpf: use the default asm_named_section target hook

This patch makes the BPF backend to not provide its own implementation
of the asm_named_section hook; the default handler works perfectly
well.

2020-09-02  Jose E. Marchesi  <jose.marchesi@oracle.com>

gcc/
* config/bpf/bpf.c (bpf_asm_named_section): Delete.
(TARGET_ASM_NAMED_SECTION): Likewise.
gcc/config/bpf/bpf.c