gdb and binutils branch master updated. 64b384e1e821cedccefa24f6d5bb82d353546ca1
| Newsgroups | gmane.comp.gdb.top-level.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
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