| diff -Naur a/bfd/bfd-in2.h b/bfd/bfd-in2.h |
| --- a/bfd/bfd-in2.h 2017-05-01 17:52:58.882686963 -0700 |
| +++ b/bfd/bfd-in2.h 2017-05-01 17:52:31.334345847 -0700 |
| @@ -694,14 +694,6 @@ |
| (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep, |
| int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len)); |
| |
| -/* Return the arch_size field of an elf bfd, or -1 if not elf. */ |
| -extern int bfd_get_arch_size |
| - (bfd *); |
| - |
| -/* Return TRUE if address "naturally" sign extends, or -1 if not elf. */ |
| -extern int bfd_get_sign_extend_vma |
| - (bfd *); |
| - |
| extern struct bfd_section *_bfd_elf_tls_setup |
| (bfd *, struct bfd_link_info *); |
| |
| diff -Naur a/bfd/bfd-in.h b/bfd/bfd-in.h |
| --- a/bfd/bfd-in.h 2017-05-01 17:52:58.886687012 -0700 |
| +++ b/bfd/bfd-in.h 2017-05-01 17:52:31.334345847 -0700 |
| @@ -687,14 +687,6 @@ |
| (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep, |
| int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len)); |
| |
| -/* Return the arch_size field of an elf bfd, or -1 if not elf. */ |
| -extern int bfd_get_arch_size |
| - (bfd *); |
| - |
| -/* Return TRUE if address "naturally" sign extends, or -1 if not elf. */ |
| -extern int bfd_get_sign_extend_vma |
| - (bfd *); |
| - |
| extern struct bfd_section *_bfd_elf_tls_setup |
| (bfd *, struct bfd_link_info *); |
| |