summaryrefslogtreecommitdiff
path: root/bfd/som.h
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2005-05-22 20:02:16 +0000
committerDave Anglin <dave.anglin@nrc.ca>2005-05-22 20:02:16 +0000
commit4df3989186f5ffce50b3493bf9ed233c22f13616 (patch)
treecaa49a70ac047b70d523463b72781ad7a504c4a8 /bfd/som.h
parent4987c7c48255b22ccb1edb8bdeea97db6b950464 (diff)
downloadgdb-4df3989186f5ffce50b3493bf9ed233c22f13616.tar.gz
* som.c (try_prev_fixup): Changed type of subspace_reloc_sizep to
unsigned int *. (som_write_space_strings): Change type of tmp_space and p to char *. (som_write_symbol_strings): Likewise. Also change type of comp to char *comp[4]. (som_begin_writing): Change type of strings_size to unsigned int. (som_finish_writing): Likewise. (som_slurp_reloc_table): Change type of external_relocs to unsigned char *. * som.h (struct som_section_data_struct): Change type of reloc_stream field to unsigned char *.
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 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;
};