mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-25 02:43:21 +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,
|
||||
compilation_unit)
|
||||
bfd *abfd;
|
||||
file_ptr current_offset;
|
||||
unsigned long current_offset;
|
||||
asymbol **syms;
|
||||
unsigned int num_syms;
|
||||
unsigned int *string_sizep;
|
||||
|
Reference in New Issue
Block a user