1/* 2* Copyright (C) 2025 Huawei Device Co., Ltd. 3* Licensed under the Apache License, Version 2.0 (the "License"); 4* you may not use this file except in compliance with the License. 5* You may obtain a copy of the License at 6* 7* http://www.apache.org/licenses/LICENSE-2.0 8* 9* Unless required by applicable law or agreed to in writing, software 10* distributed under the License is distributed on an "AS IS" BASIS, 11* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12* See the License for the specific language governing permissions and 13* limitations under the License. 14*/ 15 .text 16 17 18 .globl none_test 19 .p2align 2 20 .type none_test,@function 21none_test: 22 .reloc 0, R_AARCH64_NONE, i 23 mov w0, wzr 24 ret 25.Lfunc_end0: 26 .size none_test, .Lfunc_end0-none_test 27 28 29 .type i,@object 30 .data 31 .globl i 32 .p2align 2 33i: 34 .word 1 35 .size i, 4 36 37 38 .section ".note.GNU-stack","",@progbits 39 .addrsig 40 .addrsig_sym i 41