This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add missing dependencies to BFD_H_FILES


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=92c6e4fe5d6f30a24fe15795a6a3b25afd0b24c9

commit 92c6e4fe5d6f30a24fe15795a6a3b25afd0b24c9
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Sep 30 18:27:36 2016 +0930

    Add missing dependencies to BFD_H_FILES
    
    	* Makefile.am (BFD_H_FILES): Add linker.c and simple.c.  Sort
    	as per comment at head of bfd-in2.h.
    	* Makefile.in: Regenerate.

Diff:
---
 bfd/ChangeLog   | 6 ++++++
 bfd/Makefile.am | 7 ++++---
 bfd/Makefile.in | 7 ++++---
 3 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 08ddf83..e54585a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
 2016-09-30  Alan Modra  <amodra@gmail.com>
 
+	* Makefile.am (BFD_H_FILES): Add linker.c and simple.c.  Sort
+	as per comment at head of bfd-in2.h.
+	* Makefile.in: Regenerate.
+
+2016-09-30  Alan Modra  <amodra@gmail.com>
+
 	* aout-adobe.c: Replace (*_bfd_error_handler) (...) with
 	_bfd_error_handler (...) throughout.
 	* aout-cris.c, * aoutx.h, * archive.c, * bfd.c, * binary.c,
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 6720f86..53563e1 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -997,9 +997,10 @@ stmp-bfd-h: bfd-in3.h
 	rm -f bfd-tmp.h
 	touch stmp-bfd-h
 
-BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
-	reloc.c syms.c bfd.c bfdio.c bfdwin.c \
-	archive.c corefile.c targets.c format.c compress.c
+BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c \
+	bfdio.c bfdwin.c section.c archures.c reloc.c \
+	syms.c bfd.c archive.c corefile.c targets.c format.c \
+	linker.c simple.c compress.c
 BFD64_H_FILES = archive64.c
 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
 	cache.c reloc.c archures.c elf.c
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 02332ca..125a6c8 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -1170,9 +1170,10 @@ noinst_LIBRARIES = libbfd.a
 libbfd_a_SOURCES = 
 BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
 LOCAL_H_DEPS = libbfd.h sysdep.h config.h
-BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
-	reloc.c syms.c bfd.c bfdio.c bfdwin.c \
-	archive.c corefile.c targets.c format.c compress.c
+BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c \
+	bfdio.c bfdwin.c section.c archures.c reloc.c \
+	syms.c bfd.c archive.c corefile.c targets.c format.c \
+	linker.c simple.c compress.c
 
 BFD64_H_FILES = archive64.c
 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]