diff options
author | Stu Grossman <grossman@cygnus> | 1995-09-15 02:36:10 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-09-15 02:36:10 +0000 |
commit | 95295b419c04c19af670067a8750bb6bc271d9c4 (patch) | |
tree | a40e757c181e895376cb74b7cd59040355a9b64c /sim/sh/ChangeLog | |
parent | 0672384c2753e3b9d728450a84da4a51534b2f0b (diff) | |
download | gdb-95295b419c04c19af670067a8750bb6bc271d9c4.zip gdb-95295b419c04c19af670067a8750bb6bc271d9c4.tar.gz gdb-95295b419c04c19af670067a8750bb6bc271d9c4.tar.bz2 |
* gencode.c: Back up PC by 2 for breakpoints.
* interp.c: Move fp regs beyond pc/pr/etc to avoid confusing GDB,
which expect pc to immediatly follow regs[].
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r-- | sim/sh/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 24ae4f4..e2488c1 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,11 @@ +start-sanitize-sh3e +Thu Sep 14 19:32:59 1995 Stu Grossman (grossman@cygnus.com) + + * gencode.c: Back up PC by 2 for breakpoints. + * interp.c: Move fp regs beyond pc/pr/etc to avoid confusing GDB, + which expect pc to immediatly follow regs[]. + +end-sanitize-sh3e Fri Sep 8 14:18:13 1995 Ian Lance Taylor <ian@cygnus.com> * configure.in: Define CC_FOR_BUILD. Don't call AC_PROG_INSTALL. |