From 125c4a69c4572195571873dccbc31434bba53ddd Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 18 Jul 2000 19:20:13 +0000 Subject: Rename bfd_elf_get_arch_size to bfd_get_arch_size Rename bfd_elf_get_sign_extend_vma to bfd_get_sign_extend_vma --- bfd/bfd-in.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/bfd-in.h') diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 80be303..79e483d 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -644,10 +644,10 @@ extern long bfd_get_elf_phdr_upper_bound PARAMS ((bfd *abfd)); extern int bfd_get_elf_phdrs PARAMS ((bfd *abfd, void *phdrs)); /* Return the arch_size field of an elf bfd, or -1 if not elf. */ -extern int bfd_elf_get_arch_size PARAMS ((bfd *)); +extern int bfd_get_arch_size PARAMS ((bfd *)); /* Return true if address "naturally" sign extends, or -1 if not elf. */ -extern int bfd_elf_get_sign_extend_vma PARAMS ((bfd *)); +extern int bfd_get_sign_extend_vma PARAMS ((bfd *)); /* SunOS shared library support routines for the linker. */ -- cgit v1.1