From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14364 invoked by alias); 5 Jan 2015 15:56:51 -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 14338 invoked by uid 9013); 5 Jan 2015 15:56:50 -0000 Date: Mon, 05 Jan 2015 15:56:00 -0000 Message-ID: <20150105155648.14304.qmail@sourceware.org> From: hjl@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch user/hjl/pr16428 created. 82b177ee22f39cbe105834b8a6f25a87496dada8 X-Git-Refname: refs/heads/user/hjl/pr16428 X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 82b177ee22f39cbe105834b8a6f25a87496dada8 X-SW-Source: 2015-q1/txt/msg00036.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, user/hjl/pr16428 has been created at 82b177ee22f39cbe105834b8a6f25a87496dada8 (commit) - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=82b177ee22f39cbe105834b8a6f25a87496dada8 commit 82b177ee22f39cbe105834b8a6f25a87496dada8 Author: H.J. Lu Date: Fri Jan 10 06:17:23 2014 -0800 Disallow -shared/-pie, -shared/-static, -pie/-static ld/ PR ld/16428 * ld.texinfo: Updated for -static/-non_shared change. * ldlex.h (option_values): Add OPTION_STATIC. * lexsup.c (ld_options): Use OPTION_STATIC for -static/-non_shared. (parse_args): Handle OPTION_STATIC. Disallow -shared and -pie, -shared and -static, -pie and -static. ld/testsuite/ 2014-01-10 H.J. Lu PR ld/16428 * ld-elf/pr16428a.d: New file. * ld-elf/pr16428b.d: Likewise. * ld-elf/pr16428c.d: Likewise. * ld-elf/pr16428d.d: Likewise. ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils