diff options
Diffstat (limited to 'bfd/som.h')
-rw-r--r-- | bfd/som.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/som.h b/bfd/som.h index ab0bb484946..c423b4188de 100644 --- a/bfd/som.h +++ b/bfd/som.h @@ -214,7 +214,7 @@ struct som_section_data_struct { struct som_copyable_section_data_struct *copy_data; unsigned int reloc_size; - char *reloc_stream; + unsigned char *reloc_stream; struct space_dictionary_record *space_dict; struct som_subspace_dictionary_record *subspace_dict; }; |