From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25684 invoked by alias); 7 Nov 2013 18:02:45 -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 25647 invoked by uid 9024); 7 Nov 2013 18:02:45 -0000 Date: Thu, 07 Nov 2013 18:02:00 -0000 Message-ID: <20131107180243.25597.qmail@sourceware.org> From: roland@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch binutils-2_24-branch updated. 268121417c4844cbb1d533cd5e0a2e273442d718 X-Git-Refname: refs/heads/binutils-2_24-branch X-Git-Reftype: branch X-Git-Oldrev: 588f35c9cf6a64722aba60993a26dda12ee33db6 X-Git-Newrev: 268121417c4844cbb1d533cd5e0a2e273442d718 X-SW-Source: 2013-q4/txt/msg00071.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, binutils-2_24-branch has been updated via 268121417c4844cbb1d533cd5e0a2e273442d718 (commit) from 588f35c9cf6a64722aba60993a26dda12ee33db6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=268121417c4844cbb1d533cd5e0a2e273442d718 commit 268121417c4844cbb1d533cd5e0a2e273442d718 Author: Roland McGrath Date: Wed Nov 6 14:47:05 2013 -0800 Set CPU type in BFD backend for x86_64-nacl* and i?86-nacl* targets bfd/ * archures.c (bfd_mach_i386_nacl): Fix definition so it doesn't collide with bfd_mach_l1om. * bfd-in2.h: Regenerate. * elf32-i386.c (elf32_i386_nacl_elf_object_p): New function. (elf_backend_object_p): Use that in elf32-i386-nacl definition. * elf64-x86-64.c (elf64_x86_64_nacl_elf_object_p): New function. (elf_backend_object_p): Use that in elf64-x86-64-nacl definition. (elf32_x86_64_nacl_elf_object_p): New function. (elf_backend_object_p): Use that in elf32-x86-64-nacl definition. binutils/ * objdump.c (dump_dwarf): Grok bfd_mach_x86_64_nacl and bfd_mach_x64_32_nacl as equivalent to bfd_mach_x86_64. ld/testsuite/ * ld-x86-64/x86-64.exp (mixed1, mixed2): Loosen error string match so it accepts "i386:nacl" in place of "i386". * ld-x86-64/ilp32-2.d: Likewise. * ld-x86-64/ilp32-3.d: Likewise. * ld-x86-64/lp64-2.d: Likewise. * ld-x86-64/lp64-3.d: Likewise. (cherry picked from commit 64b384e1e821cedccefa24f6d5bb82d353546ca1) ----------------------------------------------------------------------- Summary of changes: bfd/ChangeLog | 13 +++++++++++++ bfd/archures.c | 8 ++++---- bfd/bfd-in2.h | 8 ++++---- bfd/elf32-i386.c | 11 +++++++++++ bfd/elf64-x86-64.c | 20 +++++++++++++++++++- binutils/ChangeLog | 5 +++++ binutils/objdump.c | 2 ++ ld/testsuite/ChangeLog | 9 +++++++++ ld/testsuite/ld-x86-64/ilp32-2.d | 2 +- ld/testsuite/ld-x86-64/ilp32-3.d | 2 +- ld/testsuite/ld-x86-64/lp64-2.d | 2 +- ld/testsuite/ld-x86-64/lp64-3.d | 2 +- ld/testsuite/ld-x86-64/x86-64.exp | 4 ++-- 13 files changed, 73 insertions(+), 15 deletions(-) hooks/post-receive -- gdb and binutils