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 fea9207731482729a58ed475d5e5d97474d46f63..7c390e9995def88c89a1ceac36af11a3e7fc53d3 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>
 
This page took 0.025955 seconds and 4 git commands to generate.