cpu_ldst.h: Remove unused ldul_ macros
commit0c021c1fd2c4ec3c68c59232ccee012c067bc682
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jan 2015 15:19:32 +0000 (20 15:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jan 2015 15:19:32 +0000 (20 15:19 +0000)
treee826aee39bfc6baeeddbce2f31ff2853698ce4bc
parentec53b45bcd1f74f7a4c31331fa6d50b402cd6d26
cpu_ldst.h: Remove unused ldul_ macros

The five ldul_ macros are not used anywhere and are marked up with an XXX
comment. "ldul" is a non-standard prefix for our family of load instructions:
we don't mark 32-bit accesses for signedness because they return a 32 bit
quantity. So just delete them.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-id: 1421334118-3287-2-git-send-email-peter.maydell@linaro.org
include/exec/cpu_ldst.h