projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c62de8
)
Support big endian as well as little endian breakpoints.
author
Nick Clifton
<nickc@redhat.com>
Mon, 21 Sep 1998 21:39:41 +0000
(21:39 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 21 Sep 1998 21:39:41 +0000
(21:39 +0000)
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 652148207b0725072b5316995ddc1e4981623aa7..f0a1275ce78244d7275f236078ae9f65a2ef0695 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,11
@@
+Mon Sep 21 14:38:03 1998 Catherine Moore <clm@cygnus.com>
+
+ * config/arm/tm-arm.h (*_BREAKPOINT): Define both little endian
+ and big endian breakpoint patterns.
+
+ * arm-tdep.c (arm_break_point_from_pc): Insert either big endian
+ or little endian breakpoints depending upon target byte order.
+
start-sanitize-sky
Sun Sep 20 23:11:41 1998 Ron Unrau <runrau@cygnus.com>