public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3966] bpf: correct extra_headers
@ 2021-09-29 17:47 David Faust
  0 siblings, 0 replies; only message in thread
From: David Faust @ 2021-09-29 17:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a672a2258256f331b658c97e2f68711b709fdbe8

commit r12-3966-ga672a2258256f331b658c97e2f68711b709fdbe8
Author: David Faust <david.faust@oracle.com>
Date:   Tue Sep 28 10:29:50 2021 -0700

    bpf: correct extra_headers
    
    The BPF CO-RE support (commit 8bdabb37549f12ce727800a1c8aa182c0b1dd42a)
    mistakenly overwrote bpf-*-* extra_headers in config.gcc, causing
    bpf-helpers.h to not be installed. The redefinition with coreout.h is
    unneeded, so delete it.
    
    gcc/ChangeLog:
    
            * config.gcc (bpf-*-*): Do not overwrite extra_headers.

Diff:
---
 gcc/config.gcc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index 498c51e619d..aa5bd5d1459 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1531,7 +1531,6 @@ bpf-*-*)
         use_collect2=no
         extra_headers="bpf-helpers.h"
         use_gcc_stdint=provide
-        extra_headers="coreout.h"
         extra_objs="coreout.o"
         target_gtfiles="$target_gtfiles \$(srcdir)/config/bpf/coreout.c"
         ;;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-29 17:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29 17:47 [gcc r12-3966] bpf: correct extra_headers David Faust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).