diff options
author | Joel Brobecker <brobecker@gnat.com> | 2001-09-28 21:35:45 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2001-09-28 21:35:45 +0000 |
commit | 982cfd78672bdbdc7cc2958c351377a126022786 (patch) | |
tree | f578b473a1a4603e6d060c5efbe80de5989b20f7 /bfd/som.c | |
parent | 9e85c2a02f20f69be7d49b26ce18da349365031e (diff) | |
download | gdb-982cfd78672bdbdc7cc2958c351377a126022786.zip gdb-982cfd78672bdbdc7cc2958c351377a126022786.tar.gz gdb-982cfd78672bdbdc7cc2958c351377a126022786.tar.bz2 |
som_write_symbol_strings: Fix incorrect type of current_offset to match
the function definition. Fixes a build failure on HPUX-11.00.
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |