* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / altos-xdep.c
index 4156c331eb373d4674c000ff10fa20e0ab72247d..ce2a5a759479060d4cfe1bf624e11d2b144a434b 100644 (file)
@@ -115,7 +115,7 @@ core_file_command (filename, from_tty)
        if (reg_offset > NBPG * UPAGES)
          reg_offset -= KERNEL_U_ADDR;
 
-       bcopy (&u.u_exdata, &core_aouthdr, sizeof (AOUTHDR));
+       memcpy (&core_aouthdr, &u.u_exdata, sizeof (AOUTHDR));
        printf ("Core file is from \"%s\".\n", u.u_comm);
 
        /* I don't know where to find this info.
This page took 0.022573 seconds and 4 git commands to generate.