diff options
author | Roland McGrath <roland@gnu.org> | 2003-05-21 00:57:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-05-21 00:57:20 +0000 |
commit | a96e92a0338017ceebcd9084e6fef4b5b0371502 (patch) | |
tree | 06eee5ea0264d47678b7925173894d05e9ee0fe2 /bfd/bfd-in.h | |
parent | af627aec280d9e941b2d5085faf84d1af04ed4f7 (diff) | |
download | gdb-a96e92a0338017ceebcd9084e6fef4b5b0371502.tar.gz |
2003-05-19 Roland McGrath <roland@redhat.com>
* 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.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 *)); + |