GNU Linux-libre 6.7.9-gnu
[releases.git] / arch / riscv / kernel / tests / module_test / test_sub32.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2023 Rivos Inc.
4  */
5
6 .text
7 .global test_sub32
8 test_sub32:
9         lw      a0, sub32
10         addi    a0, a0, -32
11         ret
12 first:
13         .space 32
14 second:
15
16 .data
17 sub32:
18         .reloc          sub32, R_RISCV_ADD32, second
19         .reloc          sub32, R_RISCV_SUB32, first
20         .word           0