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 | a05758dd2db8ddf8d2d35a4b4fa902d99482458d (patch) | |
tree | b194057961583097cd0b18d88cb26ae72947bf3c /bfd/bfd-in.h | |
parent | 8d6337feeb730bf1966ec96e9bef957b43fca744 (diff) | |
download | gdb-a05758dd2db8ddf8d2d35a4b4fa902d99482458d.zip gdb-a05758dd2db8ddf8d2d35a4b4fa902d99482458d.tar.gz gdb-a05758dd2db8ddf8d2d35a4b4fa902d99482458d.tar.bz2 |
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 703f328..fdf5f1c 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 *)); + |