diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-25 00:09:48 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-25 00:13:43 -0500 |
commit | 268c91391a3235cb00249b6eb9a2cb7341914fed (patch) | |
tree | 07879439ed6e919727a84115c60b6f1d20b474a3 /sim/common/ChangeLog | |
parent | ef04e3719831b50e62cb97cd0ac10548a35cef40 (diff) | |
download | gdb-268c91391a3235cb00249b6eb9a2cb7341914fed.zip gdb-268c91391a3235cb00249b6eb9a2cb7341914fed.tar.gz gdb-268c91391a3235cb00249b6eb9a2cb7341914fed.tar.bz2 |
sim: dv-pal: always use CPU_INDEX
Since the core always provides CPU_INDEX, use it. The current code
doesn't actually use it even though it should since it doesn't include
the right headers.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 857485c..0778130 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +2015-12-25 Mike Frysinger <vapier@gentoo.org> + + * dv-pal.c: Include config.h and sim-main.h. + (hw_pal_io_read_buffer): Always call CPU_INDEX. + 2015-12-24 Mike Frysinger <vapier@gentoo.org> * sim-options.c (standard_options): Always enable load-lma and |