From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25877 invoked by alias); 7 Nov 2013 18:02:50 -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 25855 invoked by uid 9024); 7 Nov 2013 18:02:50 -0000 Date: Thu, 07 Nov 2013 18:02:00 -0000 Message-ID: <20131107180247.25820.qmail@sourceware.org> From: roland@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 64b384e1e821cedccefa24f6d5bb82d353546ca1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d40af490aad3df00a8ee52db589480d6ac5fdfd5 X-Git-Newrev: 64b384e1e821cedccefa24f6d5bb82d353546ca1 X-SW-Source: 2013-q4/txt/msg00072.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, master has been updated via 64b384e1e821cedccefa24f6d5bb82d353546ca1 (commit) from d40af490aad3df00a8ee52db589480d6ac5fdfd5 (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=64b384e1e821cedccefa24f6d5bb82d353546ca1 commit 64b384e1e821cedccefa24f6d5bb82d353546ca1 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. ----------------------------------------------------------------------- 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