Blame SOURCES/binutils-export-demangle.h.patch

f8cceb
diff -rup binutils.orig/bfd/Makefile.am binutils-2.32/bfd/Makefile.am
f8cceb
--- binutils.orig/bfd/Makefile.am	2019-02-08 12:22:51.395684251 +0000
f8cceb
+++ binutils-2.32/bfd/Makefile.am	2019-02-08 12:22:53.970664973 +0000
f8cceb
@@ -33,7 +33,7 @@ bfdlibdir = @bfdlibdir@
f8cceb
 bfdincludedir = @bfdincludedir@
f8cceb
 bfdlib_LTLIBRARIES = libbfd.la
f8cceb
 bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
f8cceb
-		     $(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h
f8cceb
+		     $(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h $(INCDIR)/demangle.h
f8cceb
 else !INSTALL_LIBBFD
f8cceb
 # Empty these so that the respective installation directories will not be created.
f8cceb
 bfdlibdir =
f8cceb
diff -rup binutils.orig/bfd/Makefile.in binutils-2.32/bfd/Makefile.in
f8cceb
--- binutils.orig/bfd/Makefile.in	2019-02-08 12:21:35.291254044 +0000
f8cceb
+++ binutils-2.32/bfd/Makefile.in	2019-02-08 12:22:10.163992947 +0000
f8cceb
@@ -249,7 +249,7 @@ am__can_run_installinfo = \
f8cceb
   esac
f8cceb
 am__bfdinclude_HEADERS_DIST = $(INCDIR)/plugin-api.h bfd.h \
f8cceb
 	$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
f8cceb
-	$(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h
f8cceb
+	$(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h $(INCDIR)/demangle.h
f8cceb
 HEADERS = $(bfdinclude_HEADERS)
f8cceb
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
f8cceb
   distclean-recursive maintainer-clean-recursive
f8cceb
@@ -468,7 +468,7 @@ libbfd_la_LDFLAGS = $(am__append_1) -rel
f8cceb
 @INSTALL_LIBBFD_FALSE@bfdinclude_HEADERS = $(am__append_2)
f8cceb
 @INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) \
f8cceb
 @INSTALL_LIBBFD_TRUE@	$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
f8cceb
-@INSTALL_LIBBFD_TRUE@	$(INCDIR)/diagnostics.h \
f8cceb
+@INSTALL_LIBBFD_TRUE@	$(INCDIR)/diagnostics.h $(INCDIR)/demangle.h \
f8cceb
 @INSTALL_LIBBFD_TRUE@	$(INCDIR)/bfdlink.h $(am__append_2)
f8cceb
 @INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
f8cceb
 @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la