* som.c (try_prev_fixup): Changed type of subspace_reloc_sizep to
[deliverable/binutils-gdb.git] / bfd / som.h
index ab0bb484946e2b5cad187e6c676f117c7d9c2b7a..c423b4188de6db71753de819a6285321d527a46f 100644 (file)
--- 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;
 };
This page took 0.02464 seconds and 4 git commands to generate.