gdb: Use std::abs instead of abs on LONGEST types
[deliverable/binutils-gdb.git] / bfd / syms.c
index 128cf191453c116732339c0461fcda19c6421a30..8a5c89767a88cac997678e984f1d5665d3938068 100644 (file)
@@ -538,7 +538,7 @@ DESCRIPTION
 asymbol *
 _bfd_generic_make_empty_symbol (bfd *abfd)
 {
-  bfd_size_type amt = sizeof (asymbol);
+  size_t amt = sizeof (asymbol);
   asymbol *new_symbol = (asymbol *) bfd_zalloc (abfd, amt);
   if (new_symbol)
     new_symbol->the_bfd = abfd;
This page took 0.024803 seconds and 4 git commands to generate.