summaryrefslogtreecommitdiff
path: root/bfd/elfcore.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-08-04 16:31:00 +0000
committerH.J. Lu <hjl@lucon.org>2007-08-04 16:31:00 +0000
commita90b01c37a10fd6fe4560939f34bd25d1bbf367f (patch)
treef5a4e97376d8c58e842899b955b9d8cc431b16d9 /bfd/elfcore.h
parent57ea05dc7becad5a2568016ad18466761d55ca77 (diff)
downloadbinutils-redhat-a90b01c37a10fd6fe4560939f34bd25d1bbf367f.tar.gz
2007-08-04 H.J. Lu <hongjiu.lu@intel.com>
* elf-bfd.h (xvec_get_elf_backend_data): Add const. * elfcode.h (elf_object_p): Use xvec_get_elf_backend_data. * elfcore.h (elf_core_file_p): Likewise.
Diffstat (limited to 'bfd/elfcore.h')
-rw-r--r--bfd/elfcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfcore.h b/bfd/elfcore.h
index 6e78a19cf4..dbf9397572 100644
--- a/bfd/elfcore.h
+++ b/bfd/elfcore.h
@@ -158,7 +158,7 @@ elf_core_file_p (bfd *abfd)
if ((*target_ptr)->flavour != bfd_target_elf_flavour)
continue;
- back = (const struct elf_backend_data *) (*target_ptr)->backend_data;
+ back = xvec_get_elf_backend_data (*target_ptr);
if (back->elf_machine_code == i_ehdrp->e_machine
|| (back->elf_machine_alt1 != 0
&& i_ehdrp->e_machine == back->elf_machine_alt1)