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
commitebe48e124126ebfa0f8ef8889bdd063355c9faa8 (patch)
tree2c3b3206c30fea90b4957186e5f65f85743aa21d /bfd/coff64-rs6000.c
parentecb3ef1c10c11e917c6982457795b401d2007286 (diff)
downloadgdb-ebe48e124126ebfa0f8ef8889bdd063355c9faa8.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 c4b56223df3..c13d54b7743 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