Support big endian as well as little endian breakpoints.

This commit is contained in:
Nick Clifton 1998-09-21 21:39:41 +00:00
parent 3c62de83cd
commit a63e37257f
1 changed files with 8 additions and 0 deletions

View File

@ -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>