* hppa-dis.c: (print_insn_hppa): Do output a space before a 'v'
[deliverable/binutils-gdb.git] / gdb / rs6000-nat.c
index b0a0021d5dee3a940d8f61f018c127f1e2cf9bf8..abd5362b76413fcbdd48e5d35ce9c60a66ef8d0c 100644 (file)
@@ -343,9 +343,7 @@ vmap_symtab (vp)
       objfile = symfile_objfile;
     }
 
-  new_offsets = alloca
-    (sizeof (struct section_offsets)
-     + sizeof (new_offsets->offsets) * objfile->num_sections);
+  new_offsets = (struct section_offsets *) alloca (SIZEOF_SECTION_OFFSETS);
 
   for (i = 0; i < objfile->num_sections; ++i)
     ANOFFSET (new_offsets, i) = ANOFFSET (objfile->section_offsets, i);
This page took 0.023107 seconds and 4 git commands to generate.