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

e89428
diff -rupN --no-dereference binutils-2.37/bfd/Makefile.am binutils-2.37-new/bfd/Makefile.am
e89428
--- binutils-2.37/bfd/Makefile.am	2021-07-24 21:59:01.980969825 +0200
e89428
+++ binutils-2.37-new/bfd/Makefile.am	2021-07-24 21:59:01.986969767 +0200
e89428
@@ -33,7 +33,7 @@ bfdlibdir = @bfdlibdir@
e89428
 bfdincludedir = @bfdincludedir@
e89428
 bfdlib_LTLIBRARIES = libbfd.la
e89428
 bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
e89428
-		     $(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h
e89428
+		     $(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h $(INCDIR)/demangle.h
e89428
 else !INSTALL_LIBBFD
e89428
 # Empty these so that the respective installation directories will not be created.
e89428
 bfdlibdir =
e89428
diff -rupN --no-dereference binutils-2.37/bfd/Makefile.in binutils-2.37-new/bfd/Makefile.in
e89428
--- binutils-2.37/bfd/Makefile.in	2021-07-24 21:59:01.980969825 +0200
e89428
+++ binutils-2.37-new/bfd/Makefile.in	2021-07-24 21:59:01.987969757 +0200
e89428
@@ -249,7 +249,7 @@ am__can_run_installinfo = \
e89428
   esac
e89428
 am__bfdinclude_HEADERS_DIST = $(INCDIR)/plugin-api.h bfd.h \
e89428
 	$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
e89428
-	$(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h
e89428
+	$(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h $(INCDIR)/demangle.h
e89428
 HEADERS = $(bfdinclude_HEADERS)
e89428
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
e89428
   distclean-recursive maintainer-clean-recursive
e89428
@@ -469,7 +469,7 @@ libbfd_la_LDFLAGS = $(am__append_1) -rel
e89428
 @INSTALL_LIBBFD_FALSE@bfdinclude_HEADERS = $(am__append_2)
e89428
 @INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) \
e89428
 @INSTALL_LIBBFD_TRUE@	$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
e89428
-@INSTALL_LIBBFD_TRUE@	$(INCDIR)/diagnostics.h \
e89428
+@INSTALL_LIBBFD_TRUE@	$(INCDIR)/diagnostics.h $(INCDIR)/demangle.h \
e89428
 @INSTALL_LIBBFD_TRUE@	$(INCDIR)/bfdlink.h $(am__append_2)
e89428
 @INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
e89428
 @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la