From: Chen Gang Date: Fri, 9 Jan 2015 10:09:03 +0000 (+0000) Subject: gdb/compile/compile.c: Check return value of 'system' to avoid compiler warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1710aab8af63e37c846efb7ed66e76dce95330ba;p=binutils-gdb.git gdb/compile/compile.c: Check return value of 'system' to avoid compiler warning Add missing ChangeLog entry. 2015-01-09 Chen Gang Pedro Alves * compile/compile.c: Include "gdb_wait.h". (do_rmdir): Check return value, and free 'zap'. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fea92077314..7c390e9995d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2015-01-09 Chen Gang + Pedro Alves + + * compile/compile.c: Include "gdb_wait.h". + (do_rmdir): Check return value, and free 'zap'. + 2015-01-08 Pedro Alves Yao Qi