From: Joel Brobecker Date: Fri, 28 Sep 2001 21:35:45 +0000 (+0000) Subject: som_write_symbol_strings: Fix incorrect type of current_offset to match X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=982cfd78672bdbdc7cc2958c351377a126022786;p=deliverable%2Fbinutils-gdb.git som_write_symbol_strings: Fix incorrect type of current_offset to match the function definition. Fixes a build failure on HPUX-11.00. --- diff --git a/bfd/som.c b/bfd/som.c index de3db50e93..e955c09fb6 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -3155,7 +3155,7 @@ static boolean som_write_symbol_strings (abfd, current_offset, syms, num_syms, string_sizep, compilation_unit) bfd *abfd; - file_ptr current_offset; + unsigned long current_offset; asymbol **syms; unsigned int num_syms; unsigned int *string_sizep;