diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-05-12 04:12:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-05-12 04:12:15 +0000 |
commit | 4538db8bae55d697a829f59835363770fc2f9799 (patch) | |
tree | 8c2f8238bd3e6b1c7c5015cd69992b9e8de22b17 | |
parent | e170b22b343edec8e9124fffaed53429a40e59d3 (diff) | |
download | gdb-4538db8bae55d697a829f59835363770fc2f9799.zip gdb-4538db8bae55d697a829f59835363770fc2f9799.tar.gz gdb-4538db8bae55d697a829f59835363770fc2f9799.tar.bz2 |
* src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src-release | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2008-05-11 Ian Lance Taylor <iant@google.com> + + * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold. + 2008-04-18 Paolo Bonzini <bonzini@gnu.org> Sync with gcc: diff --git a/src-release b/src-release index 8b31442..c16f14e 100644 --- a/src-release +++ b/src-release @@ -251,7 +251,7 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas # The FSF "binutils" release includes gprof and ld. .PHONY: binutils.tar.bz2 -BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep cpu +BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms mkdep cpu binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils $(MAKE) -f $(SELF) taz TOOL=binutils \ MD5PROG="$(MD5PROG)" \ |