From a96e92a0338017ceebcd9084e6fef4b5b0371502 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 21 May 2003 00:57:20 +0000 Subject: 2003-05-19 Roland McGrath * elf.c (bfd_elf_bfd_from_remote_memory): New function. * bfd-in.h: Declare it. * bfd-in2.h: Regenerated. * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function. * elf-bfd.h (struct elf_backend_data): New function pointer member elf_backend_bfd_from_remote_memory. (_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory): Declare them. * elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro. (elfNN_bed): Add that to the initializer. --- bfd/bfd-in.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/bfd-in.h') diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 703f328bfbe..fdf5f1c389e 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -865,3 +865,4 @@ extern void bfd_ticoff_set_section_load_page extern int bfd_ticoff_get_section_load_page PARAMS ((struct sec *)); + -- cgit v1.2.1