* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / coff-solib.c
index 01ffc9c6347f7c216d3c97ae4cc282d17e41e7e2..697fdac2d2a22c8051985a5ddcb37f82a486f49f 100644 (file)
@@ -67,7 +67,7 @@ coff_solib_add (arg_string, from_tty, target)
 
       libsize = bfd_section_size (exec_bfd, libsect);
 
-      lib = alloca (libsize);
+      lib = (unsigned char *) alloca (libsize);
 
       bfd_get_section_contents (exec_bfd, libsect, lib, 0, libsize);
 
This page took 0.02415 seconds and 4 git commands to generate.