commit | 477899908fd2e6ed72faf18ef5ab09f2ae746a8a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Oct 19 16:14:06 2011 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Oct 19 16:14:06 2011 +0000 |
tree | babba46a9a04e21c45b06f29a5e6fc6f648e5a24 | |
parent | 41e9564df650ddedbdab27283ebcb0173adf024f [diff] |
target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIV Rename the ARM_FEATURE_DIV feature bit to _THUMB_DIV, to make room for a new feature switch enabling DIV in the ARM encoding. (Cores may implement either (a) no divide insns (b) divide insns in Thumb encodings only (c) divide insns in both ARM and Thumb encodings.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org>