This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
gdb and binutils branch master updated. f0a5d95aae21532529061054fa13816d7adf81d8
- From: amodra at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 3 Apr 2014 01:06:29 -0000
- Subject: gdb and binutils branch master updated. f0a5d95aae21532529061054fa13816d7adf81d8
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 f0a5d95aae21532529061054fa13816d7adf81d8 (commit)
from c4eb27e1db8ebff3c498871a715ffdd66e20880b (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=f0a5d95aae21532529061054fa13816d7adf81d8
commit f0a5d95aae21532529061054fa13816d7adf81d8
Author: Alan Modra <amodra@gmail.com>
Date: Thu Apr 3 11:34:00 2014 +1030
Fix sim breakage
* elf-bfd.h (struct elf_backend_data
<elf_backend_bfd_from_remote_memory>): Replace "size_t size"
with "bfd_size_type size".
(_bfd_elf32_bfd_from_remote_memory): Likewise.
(_bfd_elf64_bfd_from_remote_memory): Likewise.
* elf.c (bfd_elf_bfd_from_remote_memory): Likewise.
* elfcode.h (bfd_from_remote_memory): Likewise.
-----------------------------------------------------------------------
Summary of changes:
bfd/elf-bfd.h | 6 +++---
bfd/elf.c | 2 +-
bfd/elfcode.h | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
gdb and binutils