From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14212 invoked by alias); 5 Nov 2013 14:45:31 -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 14182 invoked by uid 9013); 5 Nov 2013 14:45:31 -0000 Date: Tue, 05 Nov 2013 14:45:00 -0000 Message-ID: <20131105144529.14118.qmail@sourceware.org> From: hjl@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch hjl/secondary created. 8e0199c4452810eb9f95363410777407e922651f X-Git-Refname: refs/heads/hjl/secondary X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 8e0199c4452810eb9f95363410777407e922651f X-SW-Source: 2013-q4/txt/msg00033.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/secondary has been created at 8e0199c4452810eb9f95363410777407e922651f (commit) - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8e0199c4452810eb9f95363410777407e922651f commit 8e0199c4452810eb9f95363410777407e922651f Author: H.J. Lu Date: Mon Nov 4 09:35:07 2013 -0800 Add STB_SECONDARY support to gas and ld STB_SECONDARY is similar to STB_WEAK. But a STB_SECONDARY definition can be overridden by STB_GLOBAL or STB_WEAK definition at link-time as well as run-time. Linker also search archive library and extract archive members to resolve defined and undefined STB_SECONDARY symbol. ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils