From f30a1df52c06b6b1d16eb17bb5eb11c0dd554507 Mon Sep 17 00:00:00 2001 From: Mitsutaka Takada Date: Sat, 13 Aug 2022 10:15:31 +0900 Subject: [PATCH] Changed athrill-target version. and release candidate v1.0.2 --- MANIFEST | 13 ++++++++----- src/cpu/target_cpu.h | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/MANIFEST b/MANIFEST index b9d1fa1..3771c7c 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,6 +1,9 @@ PACKAGE athrill-target-v850e2m -VERSION 1.0.1 +VERSION 1.0.2 +CMakeLists.txt +E_PACKAGE +E_PACKAGE.darwin LICENSE.md MANIFEST README.md @@ -38,14 +41,14 @@ src/cpu/cpu_dec/op_parse.c src/cpu/cpu_dec/op_parse.h src/cpu/cpu_dec/op_parse_private.c src/cpu/cpu_dec/op_parse_private.h +src/cpu/cpu_exec/op_exec.c +src/cpu/cpu_exec/op_exec.h src/cpu/cpu_exec/op_exec_arithm.c src/cpu/cpu_exec/op_exec_bit.c src/cpu/cpu_exec/op_exec_branch.c -src/cpu/cpu_exec/op_exec.c src/cpu/cpu_exec/op_exec_dbg.c src/cpu/cpu_exec/op_exec_div.c src/cpu/cpu_exec/op_exec_fpu.c -src/cpu/cpu_exec/op_exec.h src/cpu/cpu_exec/op_exec_load.c src/cpu/cpu_exec/op_exec_logic.c src/cpu/cpu_exec/op_exec_ops.h @@ -63,12 +66,12 @@ src/device/intc/intc.h src/device/peripheral/can/can.c src/device/peripheral/inc/can.h src/device/peripheral/inc/serial.h -src/device/peripheral/inc/timer32.h src/device/peripheral/inc/timer.h +src/device/peripheral/inc/timer32.h src/device/peripheral/inc/vdev.h src/device/peripheral/serial/serial.c -src/device/peripheral/timer/timer32.c src/device/peripheral/timer/timer.c +src/device/peripheral/timer/timer32.c src/device/peripheral/vdev/vdev.c src/device/peripheral/vdev/vdev_mmap.c src/device/peripheral/vdev/vdev_private.h diff --git a/src/cpu/target_cpu.h b/src/cpu/target_cpu.h index c964a23..8a76a4a 100644 --- a/src/cpu/target_cpu.h +++ b/src/cpu/target_cpu.h @@ -12,7 +12,7 @@ * Y: function * Z: bug fix, small changes */ -#define ATHRILL_TARGET_VERSION "1.0.1" +#define ATHRILL_TARGET_VERSION "1.0.2" #define CPU_GREG_NUM (32U)