diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 966472c..93389b2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2017-10-06 Yao Qi <yao.qi@linaro.org> + + * Makefile.in (CONFIG_SRC_SUBDIR): New. + (ALL_64_TARGET_OBS): Replace amd64.o with arch/amd64.o. + (clean): Remove object files and dependency files. + (distclean): Remove the directory. + * configure.ac: Invoke AC_CONFIG_COMMANDS. + * configure: Re-generated. + * configure.tgt: Replace amd64.o with arch/amd64.o. + 2017-10-05 Jose E. Marchesi <jose.marchesi@oracle.com> PR build/22188 |