aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index b105062..574cebd 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -2169,7 +2169,7 @@ bfd_record_phdr (bfd *abfd,
asection **secs)
{
struct elf_segment_map *m, **pm;
- bfd_size_type amt;
+ size_t amt;
if (bfd_get_flavour (abfd) != bfd_target_elf_flavour)
return TRUE;