From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14065 invoked by alias); 6 Aug 2014 18:40:10 -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 14043 invoked by uid 9013); 6 Aug 2014 18:40:10 -0000 Date: Wed, 06 Aug 2014 18:40:00 -0000 Message-ID: <20140806184008.14006.qmail@sourceware.org> From: hjl@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch hjl/lto-mixed created. 9639ea9d18e19bfb930c355c0ac3a734518d5e67 X-Git-Refname: refs/heads/hjl/lto-mixed X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 9639ea9d18e19bfb930c355c0ac3a734518d5e67 X-SW-Source: 2014-q3/txt/msg00008.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, hjl/lto-mixed has been created at 9639ea9d18e19bfb930c355c0ac3a734518d5e67 (commit) - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9639ea9d18e19bfb930c355c0ac3a734518d5e67 commit 9639ea9d18e19bfb930c355c0ac3a734518d5e67 Author: H.J. Lu Date: Tue Mar 25 13:33:51 2014 -0700 Don't issue a warning for reference in LTO IR References in LTO IR may be removed by LTO later. Instead, make a warning symbol if needed. Warnings will be handled after LTO resolves all references. bfd/ PR ld/16746 * linker.c (_bfd_generic_link_add_one_symbol): Don't issue a warning for reference in LTO IR which may be removed by LTO later. ld/testsuite/ PR ld/16746 * ld-plugin/lto.exp: Add 4 tests for PR ld/16746. * ld-plugin/pr16746a.c: New file. * ld-plugin/pr16746b.c: Likewise. * ld-plugin/pr16746c.c: Likewise. * ld-plugin/pr16746d.c: Likewise. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7981ad8b0113c1b3172ac811424c8365fec0181a commit 7981ad8b0113c1b3172ac811424c8365fec0181a Author: H.J. Lu Date: Fri Mar 7 12:18:30 2014 -0800 Don't check the plugin target twice https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0f5ef7a4dbca6291f261accbaf82359a04e5b148 commit 0f5ef7a4dbca6291f261accbaf82359a04e5b148 Author: H.J. Lu Date: Fri Mar 7 10:51:47 2014 -0800 Add test for nm on mixed LTO/non-LTO object https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3b1cc575ae5bf89b9a0ca9bbfdff147c744b2cd2 commit 3b1cc575ae5bf89b9a0ca9bbfdff147c744b2cd2 Author: H.J. Lu Date: Mon Nov 4 09:17:45 2013 -0800 Add lto and none-lto input support for ld -r This patch adds lto and none-lto input support for ld -r so that LTO can be used with ld -r without Makefile changes. It is useful for Linux kernel build with LTO. ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils