aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2017-10-06 14:07:29 +0100
committerYao Qi <yao.qi@linaro.org>2017-10-06 14:07:29 +0100
commit2081b2b2ca30d7c3b6464a3e167ce2c336c0465f (patch)
treef50c6ce5d6817f4bcd414413c31d265a0c7d0cd1 /gdb/ChangeLog
parente0d8f43169368abf354e596c7725dee1dd609cb8 (diff)
downloadgdb-2081b2b2ca30d7c3b6464a3e167ce2c336c0465f.zip
gdb-2081b2b2ca30d7c3b6464a3e167ce2c336c0465f.tar.gz
gdb-2081b2b2ca30d7c3b6464a3e167ce2c336c0465f.tar.bz2
Move i386.o to arch/i386.o
This patch changes the build that arch/i386.c is built to arch/i386.o, instead of i386.o. gdb: 2017-10-06 Yao Qi <yao.qi@linaro.org> * Makefile.in (ALL_TARGET_OBS): Rename i386.o to arch/i386.o. * configure.tgt (i386_tobjs): Replace i386.o with arch/i386.o.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 559c3b8..fc19c8b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-06 Yao Qi <yao.qi@linaro.org>
+
+ * Makefile.in (ALL_TARGET_OBS): Rename i386.o to arch/i386.o.
+ * configure.tgt (i386_tobjs): Replace i386.o with arch/i386.o.
+
2017-10-06 Pedro Alves <palves@redhat.com>
* windows-nat.c: Include <algorithm>.