summaryrefslogtreecommitdiff
path: root/bfd/coff64-rs6000.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-12-08 03:34:38 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-12-08 03:34:38 +0000
commit34f59217241661447af15ff0e8d35eaaaa4ae3c7 (patch)
tree0285251556c25d2afc81f766bb15427008ccf91b /bfd/coff64-rs6000.c
parent59456519ba2954cfa4ddd420d47f8017c73f2927 (diff)
downloadbinutils-redhat-34f59217241661447af15ff0e8d35eaaaa4ae3c7.tar.gz
* bfd-in.h: Comment typo fix. Formatting.
* bfd-in2.h: Regenerate. * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix. * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype. * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
Diffstat (limited to 'bfd/coff64-rs6000.c')
-rw-r--r--bfd/coff64-rs6000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coff64-rs6000.c b/bfd/coff64-rs6000.c
index c4b56223df..c13d54b774 100644
--- a/bfd/coff64-rs6000.c
+++ b/bfd/coff64-rs6000.c
@@ -2019,7 +2019,7 @@ xcoff64_openr_next_archived_file (archive, last_file)
bfd *archive;
bfd *last_file;
{
- file_ptr filestart;
+ bfd_vma filestart;
if ((xcoff_ardata (archive) == NULL)
|| ! xcoff_big_format_p (archive))
@@ -2048,7 +2048,7 @@ xcoff64_openr_next_archived_file (archive, last_file)
return NULL;
}
- return _bfd_get_elt_at_filepos (archive, filestart);
+ return _bfd_get_elt_at_filepos (archive, (file_ptr) filestart);
}
/* We can't use the usual coff_sizeof_headers routine, because AIX