File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ 2018-07-04 H.J. Lu <hongjiu.lu@intel.com>
2+
3+ * Makefile.am (bfdinclude_HEADERS): Add $(INCDIR)/diagnostics.h.
4+ * Makefile.in: Regenerated.
5+
162018-07-03 Alan Modra <amodra@gmail.com>
27
38 * elflink.c (bfd_elf_final_link): Remove zero size .gnu.attributes
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ if INSTALL_LIBBFD
3232bfdlibdir = @bfdlibdir@
3333bfdincludedir = @bfdincludedir@
3434bfdlib_LTLIBRARIES = libbfd.la
35- bfdinclude_HEADERS = $(BFD_H ) $(INCDIR ) /ansidecl.h $(INCDIR ) /symcat.h $(INCDIR ) /bfdlink.h
35+ bfdinclude_HEADERS = $(BFD_H ) $(INCDIR ) /ansidecl.h $(INCDIR ) /symcat.h \
36+ $(INCDIR ) /bfdlink.h $(INCDIR ) /diagnostics.h
3637else !INSTALL_LIBBFD
3738# Empty these so that the respective installation directories will not be created.
3839bfdlibdir =
Original file line number Diff line number Diff line change @@ -247,7 +247,8 @@ am__can_run_installinfo = \
247247 *) (install-info --version) >/dev/null 2>&1;; \
248248 esac
249249am__bfdinclude_HEADERS_DIST = $(INCDIR ) /plugin-api.h bfd.h \
250- $(INCDIR ) /ansidecl.h $(INCDIR ) /symcat.h $(INCDIR ) /bfdlink.h
250+ $(INCDIR ) /ansidecl.h $(INCDIR ) /symcat.h $(INCDIR ) /bfdlink.h \
251+ $(INCDIR ) /diagnostics.h
251252HEADERS = $(bfdinclude_HEADERS )
252253RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
253254 distclean-recursive maintainer-clean-recursive
@@ -466,7 +467,8 @@ libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \
466467@INSTALL_LIBBFD_FALSE@bfdinclude_HEADERS = $(am__append_2 )
467468@INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H ) \
468469@INSTALL_LIBBFD_TRUE@ $(INCDIR ) /ansidecl.h $(INCDIR ) /symcat.h \
469- @INSTALL_LIBBFD_TRUE@ $(INCDIR ) /bfdlink.h $(am__append_2 )
470+ @INSTALL_LIBBFD_TRUE@ $(INCDIR ) /bfdlink.h \
471+ @INSTALL_LIBBFD_TRUE@ $(INCDIR ) /diagnostics.h $(am__append_2 )
470472@INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
471473@INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
472474
You can’t perform that action at this time.
0 commit comments