* elf32-xtensa.c (action_list_count, xlate_map_entry, xlate_map,
[deliverable/binutils-gdb.git] / bfd / som.h
index 5526958c9cdbd935cc350142f89cfc988b056ef4..c423b4188de6db71753de819a6285321d527a46f 100644 (file)
--- a/bfd/som.h
+++ b/bfd/som.h
@@ -19,7 +19,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
 
 #ifndef _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.02318 seconds and 4 git commands to generate.