microwatt/tests/misc
Paul Mackerras ba34914465 tests/misc: Add a test for a load that hits two preceding stores
This checks that the store forwarding machinery in the dcache
correctly combines forwarded stores when they are partial stores
(i.e. only writing part of the doubleword, as for a byte store).

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
..
Makefile Add a new misc test suite with addpcis tests
head.S tests/misc: Add a test for a load that hits two preceding stores
misc.c tests/misc: Add a test for a load that hits two preceding stores
powerpc.lds Add a new misc test suite with addpcis tests