mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
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.
This commit is contained in:
@ -7,6 +7,8 @@
|
|||||||
(_bfd_elf64_bfd_from_remote_memory): Likewise.
|
(_bfd_elf64_bfd_from_remote_memory): Likewise.
|
||||||
* elf.c (bfd_elf_bfd_from_remote_memory): Likewise.
|
* elf.c (bfd_elf_bfd_from_remote_memory): Likewise.
|
||||||
* elfcode.h (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 <gingold@adacore.com>
|
2014-04-02 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
|
@ -694,7 +694,7 @@ extern int bfd_get_elf_phdrs
|
|||||||
failure. TEMPL must be a BFD for a target with the word size and
|
failure. TEMPL must be a BFD for a target with the word size and
|
||||||
byte order found in the remote memory. */
|
byte order found in the remote memory. */
|
||||||
extern bfd *bfd_elf_bfd_from_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,
|
int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr,
|
||||||
bfd_size_type len));
|
bfd_size_type len));
|
||||||
|
|
||||||
|
@ -701,7 +701,7 @@ extern int bfd_get_elf_phdrs
|
|||||||
failure. TEMPL must be a BFD for a target with the word size and
|
failure. TEMPL must be a BFD for a target with the word size and
|
||||||
byte order found in the remote memory. */
|
byte order found in the remote memory. */
|
||||||
extern bfd *bfd_elf_bfd_from_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,
|
int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr,
|
||||||
bfd_size_type len));
|
bfd_size_type len));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user