diff options
author | Fred Fish <fnf@specifix.com> | 1997-09-27 19:57:05 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-09-27 19:57:05 +0000 |
commit | 823f2df47f25bb89f8094abf9f180e47d4b3c428 (patch) | |
tree | 16cab58484b677979f4d543484da76d27e80a018 | |
parent | 36ad9bd5b684490cfa17f84bb8cbea7142112860 (diff) | |
download | gdb-823f2df47f25bb89f8094abf9f180e47d4b3c428.zip gdb-823f2df47f25bb89f8094abf9f180e47d4b3c428.tar.gz gdb-823f2df47f25bb89f8094abf9f180e47d4b3c428.tar.bz2 |
* interp.c (pc_addr): Discard upper bit(s) of PC in case
IMAP1 selects unified memory.
PR 13275
-rw-r--r-- | sim/d10v/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog index 98431e8..190b280 100644 --- a/sim/d10v/ChangeLog +++ b/sim/d10v/ChangeLog @@ -1,3 +1,12 @@ +Sat Sep 27 12:51:34 1997 Fred Fish <fnf@cygnus.com> + + * interp.c (pc_addr): Discard upper bit(s) of PC in case + IMAP1 selects unified memory. + +Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. |