From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 441 invoked by alias); 20 Jan 2014 14:12:14 -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 417 invoked by uid 9013); 20 Jan 2014 14:12:13 -0000 Date: Mon, 20 Jan 2014 14:12:00 -0000 Message-ID: <20140120141211.391.qmail@sourceware.org> From: hjl@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch hjl/pr16467 created. d3d58ce5239b309773029f8f1a53547ceb56bf61 X-Git-Refname: refs/heads/hjl/pr16467 X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: d3d58ce5239b309773029f8f1a53547ceb56bf61 X-SW-Source: 2014-q1/txt/msg00019.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/pr16467 has been created at d3d58ce5239b309773029f8f1a53547ceb56bf61 (commit) - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d3d58ce5239b309773029f8f1a53547ceb56bf61 commit d3d58ce5239b309773029f8f1a53547ceb56bf61 Author: H.J. Lu Date: Sun Jan 19 17:25:00 2014 -0800 Check incompatible existing default symbol definition After resolving a versioned reference, foo@VER1, to a default versioned definition, foo@@VER1, from a shared object, we also merge it with the existing regular default symbol definition, foo. When foo is IFUNC and foo@@VER1 aren't, we will merge 2 incompatible definitions. This patch avoids merging foo@@VER1 definition with foo definition if one is IFUNC and the other isn't. ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils