]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Use jr as register jump instruction
authorShinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Thu, 17 Apr 2008 14:35:13 +0000 (23:35 +0900)
committerWolfgang Denk <wd@denx.de>
Fri, 18 Apr 2008 07:47:29 +0000 (00:47 -0700)
commit43c509254fab375c49936498da944658117ed07c
tree8b730dcbc1498dee9303af405099d32aaa3f79bb
parent7ce63709828d37b08866e537339a169bd0db2bd3
Use jr as register jump instruction

Current assembler codes are inconsistent in the way of register jump
instruction usage; some use jr, some use j. Of course GNU as allows both
usages, but as can be expected from `Jump Register' the mnemonic `jr' is
more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
at all.

Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
board/dbau1x00/lowlevel_init.S
board/gth2/lowlevel_init.S
board/incaip/lowlevel_init.S
board/pb1x00/lowlevel_init.S
board/purple/lowlevel_init.S
board/qemu-mips/lowlevel_init.S
cpu/mips/cache.S
cpu/mips/incaip_wdt.S
cpu/mips/start.S