diff options
author | Stu Grossman <grossman@cygnus> | 1992-04-24 06:32:59 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-04-24 06:32:59 +0000 |
commit | 66a8a9b4d20eb764077fb7d2666b7bb2239fe868 (patch) | |
tree | 130d5d9672222e715e83ed20d15f759a07d0bb62 /gdb/ChangeLog | |
parent | 9f756cd8d2ef0bbf4cdc1aa2f46ed6dc13806ca1 (diff) | |
download | gdb-66a8a9b4d20eb764077fb7d2666b7bb2239fe868.zip gdb-66a8a9b4d20eb764077fb7d2666b7bb2239fe868.tar.gz gdb-66a8a9b4d20eb764077fb7d2666b7bb2239fe868.tar.bz2 |
* tm-29k.h: Set DECR_PC_AFTER_BREAK to 0, as 29ks have nice
breakpoint instructions that leave PC pointing at the right place.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 57796e2..2d81416 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Thu Apr 23 18:43:17 1992 Fred Fish (fnf@cygnus.com) + * tm-29k.h: Set DECR_PC_AFTER_BREAK to 0, as 29ks have nice + breakpoint instructions that leave PC pointing at the right place. + * core.c (core_open): Call warning() to print warnings. Wed Apr 22 09:55:42 1992 Stu Grossman (grossman at cygnus.com) |