From: Alan Modra Date: Thu, 3 Apr 2014 01:36:33 +0000 (+1030) Subject: Fix sim breakage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2493504aa84aceffcdb5f3febddca03e7c3d8176;p=binutils-gdb.git Fix sim breakage Replace "size_t size" with "bfd_size_type size". and here too. * bfd-in.h (bfd_elf_bfd_from_remote_memory): Likewise. * bfd-in2.h: Regenerate. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cd42bde64f8..d702ba0019d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -7,6 +7,8 @@ (_bfd_elf64_bfd_from_remote_memory): Likewise. * elf.c (bfd_elf_bfd_from_remote_memory): Likewise. * elfcode.h (bfd_from_remote_memory): Likewise. + * bfd-in.h (bfd_elf_bfd_from_remote_memory): Likewise. + * bfd-in2.h: Regenerate. 2014-04-02 Tristan Gingold diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index ddc8270b756..83f125bd8e5 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -694,7 +694,7 @@ extern int bfd_get_elf_phdrs failure. TEMPL must be a BFD for a target with the word size and byte order found in the remote memory. */ extern bfd *bfd_elf_bfd_from_remote_memory - (bfd *templ, bfd_vma ehdr_vma, size_t size, bfd_vma *loadbasep, + (bfd *templ, bfd_vma ehdr_vma, bfd_size_type size, bfd_vma *loadbasep, int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, bfd_size_type len)); diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 8cfae51069c..cd45d714a6e 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -701,7 +701,7 @@ extern int bfd_get_elf_phdrs failure. TEMPL must be a BFD for a target with the word size and byte order found in the remote memory. */ extern bfd *bfd_elf_bfd_from_remote_memory - (bfd *templ, bfd_vma ehdr_vma, size_t size, bfd_vma *loadbasep, + (bfd *templ, bfd_vma ehdr_vma, bfd_size_type size, bfd_vma *loadbasep, int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, bfd_size_type len));