diff options
author | Yao Qi <yao.qi@linaro.org> | 2017-10-06 14:36:04 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2017-10-06 14:36:04 +0100 |
commit | 71917808c3490b4d4df9c6e848e3c5d75f5278d2 (patch) | |
tree | 6b382fc6c20aa4e98260f44559c0c6f5d0317930 /gdb/ChangeLog | |
parent | 2081b2b2ca30d7c3b6464a3e167ce2c336c0465f (diff) | |
download | gdb-71917808c3490b4d4df9c6e848e3c5d75f5278d2.zip gdb-71917808c3490b4d4df9c6e848e3c5d75f5278d2.tar.gz gdb-71917808c3490b4d4df9c6e848e3c5d75f5278d2.tar.bz2 |
Move arm.o arm-get-next-pcs.o arm-linux.o to arch/
It is tested by building GDB for some targets, arm-elf, arm-netbsd,
arm-linux, and aarch64-linux.
gdb:
2017-10-06 Yao Qi <yao.qi@linaro.org>
* Makefile.in (ALL_TARGET_OBS): Replace arm.o, arm-get-next-pcs.o,
and arm-linux.o with arch/arm.o, arch/arm-get-next-pcs.o and
arch/arm-linux.o respectively.
* configure.tgt: Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fc19c8b..df704f8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2017-10-06 Yao Qi <yao.qi@linaro.org> + * Makefile.in (ALL_TARGET_OBS): Replace arm.o, arm-get-next-pcs.o, + and arm-linux.o with arch/arm.o, arch/arm-get-next-pcs.o and + arch/arm-linux.o respectively. + * configure.tgt: Likewise. + +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. |