From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30168 invoked by alias); 29 Nov 2013 19:08:40 -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 30145 invoked by uid 9013); 29 Nov 2013 19:08:39 -0000 Date: Fri, 29 Nov 2013 19:08:00 -0000 Message-ID: <20131129190837.30112.qmail@sourceware.org> From: hjl@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. c9ae340d17015d64f6959ea63ca80a26af5540be X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 20e1ca3bc11b03d85dcee5a155fdf5290476028b X-Git-Newrev: c9ae340d17015d64f6959ea63ca80a26af5540be X-SW-Source: 2013-q4/txt/msg00254.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, master has been updated via c9ae340d17015d64f6959ea63ca80a26af5540be (commit) via a5c9fbf2ce50715b18cc94c10ec0515e6fd05407 (commit) via 024659e6d6db5ae5d8f8db12234f4c12e2f2b9f8 (commit) via a70f7366d8a5eefb5e683d46412673d5896184ae (commit) from 20e1ca3bc11b03d85dcee5a155fdf5290476028b (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=c9ae340d17015d64f6959ea63ca80a26af5540be commit c9ae340d17015d64f6959ea63ca80a26af5540be Author: H.J. Lu Date: Fri Nov 29 11:07:49 2013 -0800 Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/ * bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a5c9fbf2ce50715b18cc94c10ec0515e6fd05407 commit a5c9fbf2ce50715b18cc94c10ec0515e6fd05407 Author: H.J. Lu Date: Fri Nov 29 11:06:55 2013 -0800 Add -ldl to POSTSTAGE1_LDFLAGS 2013-11-19 Marek Polacek * bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=024659e6d6db5ae5d8f8db12234f4c12e2f2b9f8 commit 024659e6d6db5ae5d8f8db12234f4c12e2f2b9f8 Author: H.J. Lu Date: Fri Nov 29 11:05:23 2013 -0800 Add -ffat-lto-objects to STAGE[23]_CFLAGS 2013-11-18 Jan Hubicka * bootstrap-lto.mk: Use -ffat-lto-objects. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a70f7366d8a5eefb5e683d46412673d5896184ae commit a70f7366d8a5eefb5e683d46412673d5896184ae Author: H.J. Lu Date: Fri Nov 29 11:03:20 2013 -0800 Add the missing ChangeLog entry ----------------------------------------------------------------------- Summary of changes: config/ChangeLog | 17 +++++++++++++++++ config/bootstrap-asan.mk | 1 + config/bootstrap-lto.mk | 6 ++++-- config/bootstrap-ubsan.mk | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) hooks/post-receive -- gdb and binutils