]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/remap.c
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / remap.c
index ae078969eb468683159ba6b8c579232b02b5b465..b334b2c6e2d7bf523f9538d65975517929bdd4d0 100644 (file)
@@ -52,7 +52,7 @@ add_debug_prefix_map (const char *arg)
       as_fatal (_("invalid argument '%s' to -fdebug-prefix-map"), arg);
       return;
     }
-  map = xmalloc (sizeof (debug_prefix_map));
+  map = (struct debug_prefix_map *) xmalloc (sizeof (debug_prefix_map));
   o = xstrdup (arg);
   map->old_prefix = o;
   map->old_len = p - arg;