btrace: uppercase btrace_read_type
[deliverable/binutils-gdb.git] / gdb / inf-child.c
index 3db09c9e3accb9431ab835308484d69ce132d571..75944a0c9cf6013aa47f985fc905ddb87d380d80 100644 (file)
@@ -1,7 +1,7 @@
 /* Default child (native) target interface, for GDB when running under
    Unix.
 
-   Copyright (C) 1988-2013 Free Software Foundation, Inc.
+   Copyright (C) 1988-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -386,7 +386,7 @@ inf_child_can_use_agent (void)
 struct target_ops *
 inf_child_target (void)
 {
-  struct target_ops *t = XZALLOC (struct target_ops);
+  struct target_ops *t = XCNEW (struct target_ops);
 
   t->to_shortname = "child";
   t->to_longname = "Unix child process";
This page took 0.024301 seconds and 4 git commands to generate.