diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-10-16 09:16:30 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-10-16 09:16:30 (GMT) |
commit | 570ae6b84ad1a17835da538ec3be9cf200cd1ebc (patch) | |
tree | 2f54ff9c5fb81efe97459e5c24cb8ff6449802e9 /ChangeLog | |
parent | 1aac673d39180b661f6a2dc5ff6335a1cfa0b0a7 (diff) |
Marked ARMv7 instructions which pop the PC register as return points.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +16-10-16 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/arm/v7/link.c: + * src/arch/arm/v7/link.h: + Mark ARMv7 instructions which pop the PC register as return points. + + * src/arch/arm/v7/opdefs/pop_A88131.d: + * src/arch/arm/v7/opdefs/pop_A88132.d: + Update the definition of all 'pop' encodings. + + * tools/d2c/args/grammar.y: + * tools/d2c/args/manager.c: + * tools/d2c/args/manager.h: + * tools/d2c/args/tokens.l: + Support left shift in conversion arguments. + 16-10-15 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/dragon.c: |