From: Mike Frysinger Date: Tue, 2 Jan 2024 05:10:33 +0000 (-0500) Subject: sim: ppc: stop including headers from gdb/ X-Git-Tag: binutils-2_42~296 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b5415c13c08150f8761b50e00a1e007cfb635f5;p=thirdparty%2Fbinutils-gdb.git sim: ppc: stop including headers from gdb/ The common sim code doesn't snoop in gdb/, and the ppc code doesn't need to either. Any common code we pull from gnulib/ now only. --- diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 8eaad7424c4..9b0cd2cffe8 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -113,9 +113,8 @@ MAKEOVERRIDES= LIB_INCLUDES = -I$(srcdir)/../../include BFD_INCLUDES = -I../../bfd -I$(srcdir)/../../bfd -GDB_INCLUDES = -I../../gdb -I$(srcdir)/../../gdb -I$(srcdir)/../../gdb/config -INCLUDES = -I. -I$(srcdir) $(LIB_INCLUDES) $(BFD_INCLUDES) $(GDB_INCLUDES) -I../.. +INCLUDES = -I. -I$(srcdir) $(LIB_INCLUDES) $(BFD_INCLUDES) -I../.. LIBIBERTY_LIB = ../../libiberty/libiberty.a BFD_LIB = ../../bfd/libbfd.la