Skip to content

Commit

Permalink
minor fix for ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jan 22, 2014
1 parent 1ee2326 commit 6c5eec5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Release 2.0 deprecates verison 1.0 and brings a lot of crucial changes.

- Arm
- Support Big-Endian mode (besides Little-Endian mode).
- Support friendly register, so instead of output sub r12,r11,0x14,
we have sub ip,fp,0x14.
- Support friendly register, so instead of output sub "r12,r11,0x14",
we have "sub ip,fp,0x14".
- Arm64: support Big-Endian mode (besides Little-Endian mode).
- PowerPC: newly added.
- Mips: support friendly register, so instead of output srl $2,$1,0x1f,
we have srl $v0,$at,0x1f.
- Mips: support friendly register, so instead of output "srl $2,$1,0x1f",
we have "srl $v0,$at,0x1f".
- X86: bug fixes.


Expand Down

0 comments on commit 6c5eec5

Please sign in to comment.