aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-06-24 04:56:01 +0000
committerFred Fish <fnf@specifix.com>1992-06-24 04:56:01 +0000
commitec6b2951dab0ccf32cef4cc4b8f6eb0857eb7172 (patch)
treeaad810bb13c3b08a70df463ac7db75da76fef633 /bfd/libbfd.h
parente676a15f0b9ef089973311249917e203917b3903 (diff)
downloadfsf-binutils-gdb-ec6b2951dab0ccf32cef4cc4b8f6eb0857eb7172.zip
fsf-binutils-gdb-ec6b2951dab0ccf32cef4cc4b8f6eb0857eb7172.tar.gz
fsf-binutils-gdb-ec6b2951dab0ccf32cef4cc4b8f6eb0857eb7172.tar.bz2
* libbfd.h, libbfd-in.h (bfd_seek): Make prototype match definition.
* reloc.c (bfd_default_reloc_type_lookup): Make cast on return type match actual return type. * elf_print_symbol (section_name): Make CONST.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r--bfd/libbfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index be1622e..aee8fdc 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -80,7 +80,7 @@ PROTO (bfd_size_type, bfd_write, (CONST PTR ptr, bfd_size_type size, bfd_size_ty
-PROTO (int, bfd_seek,(bfd* abfd, file_ptr fp , int direction));
+PROTO (int, bfd_seek,(bfd* CONST abfd, CONST file_ptr fp , CONST int direction));
PROTO (long, bfd_tell, (bfd *abfd));
PROTO (bfd *, _bfd_create_empty_archive_element_shell, (bfd *obfd));
PROTO (bfd *, look_for_bfd_in_cache, (bfd *arch_bfd, file_ptr index));