mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 13:10:22 +02:00
Do not export private definitions and types.
* include/lightning/jit_aarch64.h, include/lightning/jit_arm.h, include/lightning/jit_hppa.h, include/lightning/jit_ia64.h, include/lightning/jit_mips.h, include/lightning/jit_ppc.h, include/lightning/jit_private.h, include/lightning/jit_s390x.h, include/lightning/jit_sparc.h, include/lightning/jit_x86.h: Do not add jit_regset_t, JIT_RA0, and JIT_FA0 to the installed header file. These types and definitions are supposed to be only used internally.
This commit is contained in:
parent
0fac1b11ea
commit
abf1b6e678
11 changed files with 37 additions and 38 deletions
|
@ -88,7 +88,6 @@ typedef enum {
|
|||
_ZERO, _K0, _K1, _RA,
|
||||
_GP,
|
||||
_SP, _FP,
|
||||
#define JIT_RA0 _A0
|
||||
#if NEW_ABI
|
||||
_A7, _A6, _A5, _A4,
|
||||
#endif
|
||||
|
@ -109,7 +108,6 @@ typedef enum {
|
|||
_F16, _F18,
|
||||
#endif
|
||||
_F20, _F22, _F24, _F26, _F28, _F30,
|
||||
#define JIT_FA0 _F12
|
||||
#if NEW_ABI
|
||||
_F19, _F18, _F17, _F16, _F15, _F14, _F13, _F12,
|
||||
#else
|
||||
|
@ -119,6 +117,4 @@ typedef enum {
|
|||
_NOREG,
|
||||
} jit_reg_t;
|
||||
|
||||
typedef jit_uint64_t jit_regset_t;
|
||||
|
||||
#endif /* _jit_mips_h */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue