sim: ChangeLog: move arch-specific entries into the arch dir

We don't want arch-specific entries in the common ChangeLog files.
Most arches do this already, so clean up the recent additions, and
move some older entries down to help avoid confusing newcomers.
This commit is contained in:
Mike Frysinger
2021-01-07 03:07:42 -05:00
parent e6c1dbbfe8
commit 0f8e278da2
10 changed files with 524 additions and 509 deletions

52
sim/or1k/ChangeLog Normal file
View File

@@ -0,0 +1,52 @@
2019-06-13 Stafford Horne <shorne@gmail.com>
* cpu.c: Regenerate.
* cpu.h: Regenerate.
* decode.c: Regenerate.
* decode.h: Regenerate.
* model.c: Regenerate.
* sem-switch.c: Regenerate.
* sem.c: Regenerate.
2018-10-05 Stafford Horne <shorne@gmail.com>
* cpu.h: Regenerate.
* decode.c: Regenerate.
* decode.h: Regenerate.
* model.c: Regenerate.
* sem-switch.c: Regenerate.
* sem.c: Regenerate:
2017-12-12 Stafford Horne <shorne@gmail.com>
Peter Gavin <pgavin@gmail.com>
* aclocal.m4: Generated.
* config.in: Generated.
* configure: Generated.
2017-12-12 Stafford Horne <shorne@gmail.com>
Peter Gavin <pgavin@gmail.com>
* arch.c: Generated.
* arch.h: Generated.
* cpu.c: Generated.
* cpu.h: Generated.
* cpuall.h: Generated.
* decode.c: Generated.
* decode.h: Generated.
* model.c: Generated.
* sem-switch.c: Generated.
* sem.c: Generated.
2017-12-12 Stafford Horne <shorne@gmail.com>
Peter Gavin <pgavin@gmail.com>
* README: New file.
* Makefile.in: New file.
* configure.ac: New file.
* mloop.in: New file.
* or1k-sim.h: New file.
* or1k.c: New file.
* sim-if.c: New file.
* sim-main.h: New file.
* traps.c: New file.