]> git.proxmox.com Git - qemu.git/commit
unicore32: Split UniCore-F64 instruction helpers from helper.c
authorGuan Xuetao <gxt@mprc.pku.edu.cn>
Fri, 10 Aug 2012 06:42:36 +0000 (14:42 +0800)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Aug 2012 09:37:04 +0000 (09:37 +0000)
commite8ede0a8bb5298a6979bcf7ed84ef64a64a4e3fe
tree1bfdfe7827c7bada26ee242c36b71c68f38b463a
parent220c21474535d5a859bb10eff2e2be0a48a15694
unicore32: Split UniCore-F64 instruction helpers from helper.c

This patch just splits ucf64 instruction simulation helpers from
helper.c.
Also, two checkpatch warnings are solved.

v1->v2: adjust copyright information for new ucf64_helper.c

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-unicore32/Makefile.objs
target-unicore32/helper.c
target-unicore32/ucf64_helper.c [new file with mode: 0644]