• Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
    Edgar E. Iglesias authored
     
    Browse Code »
  • ARMv7 defines a new behavior for ARM data processing instructions
    compared to earlier architecture revisions; when the destination
    register is R15, a Branch and Exchange operation is executed rather
    than a simple Branch to the target address. This patch corrects the
    behavior of the emulation for the aforementioned operations. To be
    applied after applying the previous patch in this patch set.
    
    Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Juha Riihimäki authored
     
    Browse Code »
  • Modernize parts of target-arm/translate.c in preparation for the
    modifications in the subsequent patch in this patch set. This is done
    in order to avoid writing new code to target-arm/translate.c that
    would use deprecated methods and/or variables.
    
    Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Juha Riihimäki authored
     
    Browse Code »