summaryrefslogtreecommitdiff
path: root/bfd/som.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/som.h')
-rw-r--r--bfd/som.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/som.h b/bfd/som.h
index ab0bb48494..c423b4188d 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;
};