From 2c1ebadc2cf7c07824b76694f7cc7ed2b8d9891a Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 2 Sep 2016 15:42:02 -0700 Subject: [PATCH 1/1] Make RVC test fit in 16 KiB --- isa/rv64uc/rvc.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/isa/rv64uc/rvc.S b/isa/rv64uc/rvc.S index 6e3cf33..4a91783 100644 --- a/isa/rv64uc/rvc.S +++ b/isa/rv64uc/rvc.S @@ -25,6 +25,10 @@ RVTEST_CODE_BEGIN li a2, 1 RVC_TEST_CASE (2, a1, 2, \ j 1f; \ + .align 3; \ + data: \ + .dword 0xfedcba9876543210; \ + .dword 0xfedcba9876543210; \ .align 12; \ .skip 4094; \ 1: addi a1, a2, 1) @@ -147,8 +151,4 @@ RVTEST_CODE_END .data RVTEST_DATA_BEGIN -data: - .dword 0xfedcba9876543210 - .dword 0xfedcba9876543210 - RVTEST_DATA_END -- 2.30.2