diff options
author | Alan Modra <amodra@gmail.com> | 2001-06-30 04:05:13 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-06-30 04:05:13 +0000 |
commit | 936e320bf4cb4f8481ddc0757c04a9ccda1c85ab (patch) | |
tree | ff7213b09718a38846d4db076d023b2c97fc49bb /bfd/elf-bfd.h | |
parent | bb0082d686d9a84f29c7e6bb36736f68aa65169e (diff) | |
download | gdb-936e320bf4cb4f8481ddc0757c04a9ccda1c85ab.zip gdb-936e320bf4cb4f8481ddc0757c04a9ccda1c85ab.tar.gz gdb-936e320bf4cb4f8481ddc0757c04a9ccda1c85ab.tar.bz2 |
* elfcore.h (elf_core_file_p): Call bfd_section_from_phdr directly
instead of _bfd_elfcore_section_from_phdr.
* elf-bfd.h (_bfd_elfcore_section_from_phdr): Remove.
* elf.c (_bfd_elfcore_section_from_phdr): Remove.
(_bfd_elfcore_make_pseudosection): Expedite tail-call.
(elfcore_grok_prstatus): Likewise.
(elfcore_grok_lwpstatus): Likewise.
(bfd_get_elf_phdr_upper_bound): Likewise.
(elfcore_make_note_pseudosection): Formatting.
(_bfd_elfcore_strndup): Formatting.
* elf32-mips.c (mips_elf_sym_is_global): Formatting.
(_bfd_elf32_mips_grok_prstatus): Expedite tail-call.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index f340590..85e1e30 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1159,9 +1159,6 @@ boolean _bfd_elf_make_linker_section_rela elf_linker_section_t *lsect, int alignment)); -boolean _bfd_elfcore_section_from_phdr - PARAMS ((bfd *, Elf_Internal_Phdr *, int)); - extern const bfd_target *bfd_elf32_object_p PARAMS ((bfd *)); extern const bfd_target *bfd_elf32_core_file_p PARAMS ((bfd *)); extern char *bfd_elf32_core_file_failing_command PARAMS ((bfd *)); |