[testsuite] Fix tiemout fail in gdb.fortran/vla-value.exp
[deliverable/binutils-gdb.git] / gdb / s390-linux-nat.c
index 92205899f60723255bfa2bbcc39712828f1230d6..ae0e2c6d94106d244ed03638a66a0c8fad823c56 100644 (file)
@@ -1,5 +1,5 @@
 /* S390 native-dependent code for GDB, the GNU debugger.
-   Copyright (C) 2001-2015 Free Software Foundation, Inc.
+   Copyright (C) 2001-2016 Free Software Foundation, Inc.
 
    Contributed by D.J. Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
    for IBM Deutschland Entwicklung GmbH, IBM Corporation.
@@ -558,7 +558,7 @@ s390_insert_watchpoint (struct target_ops *self,
                        struct expression *cond)
 {
   struct lwp_info *lp;
-  struct watch_area *area = xmalloc (sizeof (struct watch_area));
+  struct watch_area *area = XNEW (struct watch_area);
 
   if (!area)
     return -1;
This page took 0.024052 seconds and 4 git commands to generate.