From 79e1b9a3c4c5b08285ce99d94c80107f220d9dae Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Mon, 20 Mar 2006 22:45:13 +0000 Subject: * configure.tgt (arm*-stellaris-*): Use armv7m configuration. * config/arm/armv7m.mt: New file. * config/arm/tm-armv7m.h: Likewise. * arm-tdep.c (arm_register_name_strings): Use xPSR on ARM V7M. (arm_pc_is_thumb): ARM V7M is always Thumb. (set_disassembly_style): Use xPSR on ARM V7M. (arm_write_pc): Do not set T bit in CSPR on V7M. --- ChangeLog.csl | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/ChangeLog.csl b/ChangeLog.csl index afd9a1aad..4954e97ac 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,29 @@ + * configure.tgt (arm*-stellaris-*): Use armv7m configuration. + * config/arm/armv7m.mt: New file. + * config/arm/tm-armv7m.h: Likewise. + * arm-tdep.c (arm_register_name_strings): Use xPSR on ARM V7M. + (arm_pc_is_thumb): ARM V7M is always Thumb. + (set_disassembly_style): Use xPSR on ARM V7M. + (arm_write_pc): Do not set T bit in CSPR on V7M. + +2006-03-20 Mark Mitchell + + * libiberty/pex-win32.c (): Include. + (fix_argv): Remove. + (argv_to_cmdline): New function. + (std_suffixes): New variable. + (no_suffixes): Likewise. + (find_executable): New function. + (win32_spawn): Likewise. + (spawn_script): Use win32_spawn instead of _spawnv[p]. + (pex_win32_exec_child): Replace MSVCRT calls with Win32 API calls. + (pex_win32_wait): Likewise. + +2006-03-19 Mark Mitchell + + * gdb/ser-mingw.c (free_pipe_state): Close pipe before calling + pex_free. + 2006-03-17 Mark Mitchell * gdb/config/arm/embed.mt (TDEPFILES): Remove remote-rdp.o. -- cgit v1.2.3