diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-02-19 03:41:36 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-19 03:43:45 -0500 |
commit | dfaf2c472c619338d2dbf4e3a72a251dd45c34c0 (patch) | |
tree | df02f9d655dfd0899954d04b8d3b27de61f65cbb /sim/microblaze/ChangeLog | |
parent | cf18fda46276a088b0b2ee60a84f8670de2ef4c0 (diff) | |
download | gdb-dfaf2c472c619338d2dbf4e3a72a251dd45c34c0.zip gdb-dfaf2c472c619338d2dbf4e3a72a251dd45c34c0.tar.gz gdb-dfaf2c472c619338d2dbf4e3a72a251dd45c34c0.tar.bz2 |
sim: microblaze: fix build failure after opcodes update
Commit 07774fccc3280323f43db9ed204f628503b34663 update the microblaze
opcodes table to avoid C++ collisions, but missed updating the sim.
That caused it to fail to build due to missing keywords.
Diffstat (limited to 'sim/microblaze/ChangeLog')
-rw-r--r-- | sim/microblaze/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog index bed555f..c6b72b5 100644 --- a/sim/microblaze/ChangeLog +++ b/sim/microblaze/ChangeLog @@ -1,3 +1,7 @@ +2015-02-19 Mike Frysinger <vapier@gentoo.org> + + * microblaze.isa: Add "microblaze_" prefix to "or", "and", and "xor". + 2014-08-19 Alan Modra <amodra@gmail.com> * configure: Regenerate. |