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

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