aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-06-22 03:22:54 +0000
committerKen Raeburn <raeburn@cygnus>1993-06-22 03:22:54 +0000
commit3ceaa2556eec48692a8a13eadb4fe327e26afffc (patch)
tree829a03257924ccbddab14330cfdf59e26140c1ee /bfd/libbfd.h
parent238ac6ecd2d67521cc4f465471cf16914ff5af3b (diff)
downloadfsf-binutils-gdb-3ceaa2556eec48692a8a13eadb4fe327e26afffc.zip
fsf-binutils-gdb-3ceaa2556eec48692a8a13eadb4fe327e26afffc.tar.gz
fsf-binutils-gdb-3ceaa2556eec48692a8a13eadb4fe327e26afffc.tar.bz2
regenerated
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r--bfd/libbfd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index 50686aa..6020443 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -207,7 +207,7 @@ bfd_xmalloc PARAMS (( bfd_size_type size));
void
bfd_write_bigendian_4byte_int PARAMS ((bfd *abfd, int i));
-bfd_vma
+unsigned int
bfd_log2 PARAMS ((bfd_vma x));
#define BFD_CACHE_MAX_OPEN 10
@@ -275,6 +275,6 @@ bfd_default_compatible
boolean
bfd_default_scan PARAMS ((CONST struct bfd_arch_info *, CONST char *));
-struct elf32_internal_shdr *
+struct elf_internal_shdr *
bfd_elf32_find_section PARAMS ((bfd *abfd, char *name));