]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
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)
commit1710aab8af63e37c846efb7ed66e76dce95330ba
treec993ddffdb58ccbcfa6889f20a1d9fe7ca7c78e7
parent3ce348af7f45f00d5acbdc4e1ef22c5f14724408
gdb/compile/compile.c: Check return value of 'system' to avoid compiler warning

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