diff options
author | Petr Sorfa <petrs@caldera.com> | 2002-05-10 16:08:24 +0000 |
---|---|---|
committer | Petr Sorfa <petrs@caldera.com> | 2002-05-10 16:08:24 +0000 |
commit | 126fa72d9cd55419f87e547f5c6c17c91b28580b (patch) | |
tree | ab0a06c8a8a62dba0bdac3d5c4c4d5ca02d2c651 /gdb/ChangeLog | |
parent | f4d733664aabd7bd78c82895e030ec9779a92809 (diff) | |
download | gdb-126fa72d9cd55419f87e547f5c6c17c91b28580b.zip gdb-126fa72d9cd55419f87e547f5c6c17c91b28580b.tar.gz gdb-126fa72d9cd55419f87e547f5c6c17c91b28580b.tar.bz2 |
Handle breakpoints on L instruction type in MLX instruction bundle by
moving the breakpoint to the third slot (X instruction type) as L holds
only data.
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 a238023..b5cd55f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-05-10 Petr Sorfa <petrs@caldera.com> + + * ia64-tdep.c: Handle breakpoints on L instruction type + in MLX instruction bundle by moving the breakpoint to + the third slot (X instruction type) as L holds only data. + 2002-05-10 Kevin Buettner <kevinb@redhat.com> * dbxread.c (discarding_local_symbols_complaint): New complaint. |