diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-03-29 16:57:30 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-03-29 16:57:30 +0000 |
commit | 498b1f8763c6df04348266deefaa688eee6d4862 (patch) | |
tree | 5e30a15995949ffb6237fc9966e8eb572a730872 /gdb/ChangeLog | |
parent | 842e1f1ec460584708d95aa7ecab7536c047b29e (diff) | |
download | gdb-498b1f8763c6df04348266deefaa688eee6d4862.zip gdb-498b1f8763c6df04348266deefaa688eee6d4862.tar.gz gdb-498b1f8763c6df04348266deefaa688eee6d4862.tar.bz2 |
* arm-linux-tdep.c (arm_linux_thumb_be_breakpoint)
(arm_linux_thumb_le_breakpoint): New. Update comments.
(arm_linux_init_abi): Set Thumb breakpoints also.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fafdb91..e0a34a3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com> + * arm-linux-tdep.c (arm_linux_thumb_be_breakpoint) + (arm_linux_thumb_le_breakpoint): New. Update comments. + (arm_linux_init_abi): Set Thumb breakpoints also. + +2005-03-29 Daniel Jacobowitz <dan@codesourcery.com> + * Makefile.in (arm-tdep.o): Update dependencies. * arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h". (arm_gdbarch_init): Register dwarf2_frame_sniffer. |