From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7167 invoked by alias); 18 Nov 2013 18:00: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 7133 invoked by uid 9013); 18 Nov 2013 18:00:13 -0000 Date: Mon, 18 Nov 2013 18:00:00 -0000 Message-ID: <20131118180011.7052.qmail@sourceware.org> From: hjl@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch hjl/mpx/master created. cf8a2373240aaa818c5099f59edfe184536bdee1 X-Git-Refname: refs/heads/hjl/mpx/master X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: cf8a2373240aaa818c5099f59edfe184536bdee1 X-SW-Source: 2013-q4/txt/msg00191.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/mpx/master has been created at cf8a2373240aaa818c5099f59edfe184536bdee1 (commit) - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cf8a2373240aaa818c5099f59edfe184536bdee1 commit cf8a2373240aaa818c5099f59edfe184536bdee1 Author: H.J. Lu Date: Sun Nov 17 10:30:28 2013 -0800 Add R_X86_64_PC32_BND/R_X86_64_PLT32_BND suppor to gold elfcpp/ * x86_64.h (R_X86_64_PC32_BND): New. (R_X86_64_PLT32_BND): Likewise. gold/ 2013-11-17 H.J. Lu * x86_64.cc (Target_x86_64::Scan::get_reference_flags): Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like R_X86_64_PC32 and R_X86_64_PLT32, respectively. (Target_x86_64::Scan::local): Likewise. (Target_x86_64::Scan::global): Likewise. (Target_x86_64::Relocate::relocate): Likewise. (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc): Likewise. (Target_x86_64::Scan::check_non_pic(): Handle R_X86_64_PC32_BND. * testsuite/Makefile.am (check_PROGRAMS): Add exception_x86_64_bnd_test. (exception_x86_64_bnd_test_SOURCES): New macro. (exception_x86_64_bnd_test_DEPENDENCIES): Likewise. (exception_x86_64_bnd_test_LDFLAGS): Likewise. (exception_x86_64_bnd_test_LDADD): Likewise. (exception_x86_64_bnd_1.o): New rule. (exception_x86_64_bnd_2.o): Likewise. * testsuite/Makefile.in: Regenerated. ----------------------------------------------------------------------- hooks/post-receive -- gdb and binutils