summaryrefslogtreecommitdiffstats
path: root/src/arch/loong64/include/bits/compiler.h
blob: 8bdaf63fed4299b273af8b0121ecf67634f4bc06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _BITS_COMPILER_H
#define _BITS_COMPILER_H

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

/** Dummy relocation type */
#define RELOC_TYPE_NONE R_LARCH_NONE

#ifndef ASSEMBLY

/** Unprefixed constant operand modifier */
#define ASM_NO_PREFIX "a"

#define __asmcall
#define __libgcc

#endif /* ASSEMBLY */

#endif /*_BITS_COMPILER_H */