From: Nick Clifton Date: Mon, 21 Sep 1998 21:39:41 +0000 (+0000) Subject: Support big endian as well as little endian breakpoints. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a63e37257fd1b20e30d3c000bf1c383db57071b1;p=binutils-gdb.git Support big endian as well as little endian breakpoints. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 652148207b0..f0a1275ce78 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Mon Sep 21 14:38:03 1998 Catherine Moore + + * 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