From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29812 invoked by alias); 3 Dec 2014 13:34:19 -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 29782 invoked by uid 9013); 3 Dec 2014 13:34:18 -0000 Date: Wed, 03 Dec 2014 13:34:00 -0000 Message-ID: <20141203133416.29755.qmail@sourceware.org> From: hjl@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch hjl/copyreloc created. 8efba8ea4ebe0d2cf34ee71f06f6b601a12004ee X-Git-Refname: refs/heads/hjl/copyreloc X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 8efba8ea4ebe0d2cf34ee71f06f6b601a12004ee X-SW-Source: 2014-q4/txt/msg00056.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/copyreloc has been created at 8efba8ea4ebe0d2cf34ee71f06f6b601a12004ee (commit) - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8efba8ea4ebe0d2cf34ee71f06f6b601a12004ee commit 8efba8ea4ebe0d2cf34ee71f06f6b601a12004ee Author: H.J. Lu Date: Tue Dec 2 15:14:28 2014 -0800 X86-64: Allow copy relocs for building PIE This patch allows copy relocs for non-GOT pc-relative relocation in PIE. bfd/ * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Always allow copy relocs for building executables. (elf_x86_64_adjust_dynamic_symbol): Allocate copy relocs for PIE. (elf_x86_64_allocate_dynrelocs): For PIE, discard space for relocs against symbols which turn out to need copy relocs. (elf_x86_64_relocate_section): Don't copy a pc-relative relocation into the output file if the symbol needs copy reloc. ld/testsuite/ * ld-x86-64/copyreloc-lib.c: New file. * ld-x86-64/copyreloc-main.c: Likewise. * ld-x86-64/copyreloc-main.out: Likewise. * ld-x86-64/copyreloc-main1.rd: Likewise. * ld-x86-64/copyreloc-main2.rd: Likewise. * ld-x86-64/x86-64.exp: Run copyreloc tests. ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils