diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-07-11 07:28:25 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-07-11 07:28:25 +0000 |
commit | 73febefd250e76f9183638036d70381e43130fea (patch) | |
tree | 41f7b1f4ed188748fa5a52a7fd55c7e2b02ac5b8 /bfd/bfd-in.h | |
parent | f75c38d731c532933a3a66224db5b7ba3e0a516f (diff) | |
download | gdb-73febefd250e76f9183638036d70381e43130fea.tar.gz |
Add function bfd_elf_get_sign_extend_vma.
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 f0a1d84ebde..80be3036fe2 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 |