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 | 6d9019e4c003d8676c973ce8f6d65807f5ce8120 (patch) | |
tree | d08de243f7ba28d4b43285a54c8d07c2173becde /bfd/bfd-in2.h | |
parent | 23e2c83b83cf07b348412eddafa930d7dc7666e9 (diff) | |
download | gdb-6d9019e4c003d8676c973ce8f6d65807f5ce8120.zip gdb-6d9019e4c003d8676c973ce8f6d65807f5ce8120.tar.gz gdb-6d9019e4c003d8676c973ce8f6d65807f5ce8120.tar.bz2 |
Add function bfd_elf_get_sign_extend_vma.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index b151e25..adf2dd8 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.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 |