mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
som_write_symbol_strings: Fix incorrect type of current_offset to match
the function definition. Fixes a build failure on HPUX-11.00.
This commit is contained in:
@ -3155,7 +3155,7 @@ static boolean
|
|||||||
som_write_symbol_strings (abfd, current_offset, syms, num_syms, string_sizep,
|
som_write_symbol_strings (abfd, current_offset, syms, num_syms, string_sizep,
|
||||||
compilation_unit)
|
compilation_unit)
|
||||||
bfd *abfd;
|
bfd *abfd;
|
||||||
file_ptr current_offset;
|
unsigned long current_offset;
|
||||||
asymbol **syms;
|
asymbol **syms;
|
||||||
unsigned int num_syms;
|
unsigned int num_syms;
|
||||||
unsigned int *string_sizep;
|
unsigned int *string_sizep;
|
||||||
|
Reference in New Issue
Block a user