even if it is configured to be write-through.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65429
138bc75d-0d04-0410-961f-
82ee72b054a4
+2003-04-10 Bob Wilson <bob.wilson@acm.org>
+
+ * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
+ even if it is configured to be write-through.
+
2003-04-10 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.c (larl_operand): Do not allow symbols
.type __xtensa_sync_caches,@function
__xtensa_sync_caches:
entry sp, 32
-#if XCHAL_DCACHE_SIZE > 0 && XCHAL_DCACHE_IS_WRITEBACK
+#if XCHAL_DCACHE_SIZE > 0
# Flush the trampoline from the data cache
extui a4, a2, 0, XCHAL_DCACHE_LINEWIDTH
addi a4, a4, TRAMPOLINE_SIZE