From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5030 invoked by alias); 7 Jan 2014 14:27:45 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 4998 invoked by uid 9651); 7 Jan 2014 14:27:45 -0000 Date: Tue, 07 Jan 2014 14:27:00 -0000 Message-ID: <20140107142743.4972.qmail@sourceware.org> From: vapier@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch binutils-2_24-branch updated. 5f14d9c9e3f61cb79da5e7697af2fe264def852f X-Git-Refname: refs/heads/binutils-2_24-branch X-Git-Reftype: branch X-Git-Oldrev: b9c0a80c9deace8fda57ee6b558d2f73725c4823 X-Git-Newrev: 5f14d9c9e3f61cb79da5e7697af2fe264def852f X-SW-Source: 2014-q1/txt/msg00007.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, binutils-2_24-branch has been updated via 5f14d9c9e3f61cb79da5e7697af2fe264def852f (commit) from b9c0a80c9deace8fda57ee6b558d2f73725c4823 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5f14d9c9e3f61cb79da5e7697af2fe264def852f commit 5f14d9c9e3f61cb79da5e7697af2fe264def852f Author: Mike Frysinger Date: Mon Jan 6 18:15:31 2014 +0000 libiberty: fix --enable-install-libiberty flag [PR 56780] Commit 199570 fixed the --disable-install-libiberty behavior, but it also added a bug where the enable path never works because the initial clear of target_header_dir wasn't deleted. So we end up initializing properly at the top only to reset it at the end all the time. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206367 138bc75d-0d04-0410-961f-82ee72b054a4 (cherry picked from commit 369be6981b26787b2685e3b8c6da779dae8ce35f) ----------------------------------------------------------------------- Summary of changes: libiberty/ChangeLog | 6 ++++++ libiberty/configure | 1 - libiberty/configure.ac | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- gdb and binutils