diff options
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index f0a1d84..80be303 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -646,6 +646,9 @@ 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 *)); +/* Return true if address "naturally" sign extends, or -1 if not elf. */ +extern int bfd_elf_get_sign_extend_vma PARAMS ((bfd *)); + /* SunOS shared library support routines for the linker. */ extern struct bfd_link_needed_list *bfd_sunos_get_needed_list |