gdb/compile/compile.c: Check return value of 'system' to avoid compiler warning
authorChen Gang <gang.chen@sunrus.com.cn>
Fri, 9 Jan 2015 10:09:03 +0000 (10:09 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 9 Jan 2015 10:09:03 +0000 (10:09 +0000)
Add missing ChangeLog entry.

2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
    Pedro Alves  <palves@redhat.com>

* compile/compile.c: Include "gdb_wait.h".
(do_rmdir): Check return value, and free 'zap'.

gdb/ChangeLog

index fea9207..7c390e9 100644 (file)
@@ -1,3 +1,9 @@
+2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * compile/compile.c: Include "gdb_wait.h".
+       (do_rmdir): Check return value, and free 'zap'.
+
 2015-01-08  Pedro Alves  <palves@redhat.com>
            Yao Qi  <yao@codesourcery.com>