-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgcc64.cfg
88 lines (78 loc) · 1.93 KB
/
gcc64.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
; from GCC 32 config:
; -Cags44444
; cmpgbeislLvB8 (shortcut for "a")
; us40144248i3n (default)
; gs44444
; |||||||||||||_ 8bytes scalars alignment
; ||||||||||||__ bitness
; |||||||||||___ calling convention
; ||||||||||____ sizeof(longlong)
; |||||||||_____ sizeof(long) :
; ||||||||______ sizeof(short) : 4
; |||||||_______ sizeof(int) : 4
; ||||||________ sizeof(enum) : 4
; |||||_________ sizeof(bool) : 4
; ||||__________ defalign: 4
; |||___________ pointer size: 4
; ||____________ mem model: small
; |_____________ compiler: gcc
; for GCC 64
; cmpgbeislLvB8 (shortcut for "a")
; us40144248i3n (default)
; gs80144288u6 (sent by Igor)
; gs84144288
; |||||||||||||_ 8bytes scalars alignment
; ||||||||||||__ bitness
; |||||||||||___ calling convention
; ||||||||||____ sizeof(longlong)
; |||||||||_____ sizeof(long) :
; ||||||||______ sizeof(short) : 4
; |||||||_______ sizeof(int) : 4
; ||||||________ sizeof(enum) : 4
; |||||_________ sizeof(bool) : 4
; ||||__________ defalign: 4
; |||___________ pointer size: 8
; ||____________ mem model: small
; |_____________ compiler: gcc
-Cags80144288u6
; cmpgbeislLvB
-Isuse10_2
-Igcc4_8_2
-D__inline=inline
-D__inline__=inline
-D__signed__=signed
-D__x86_64=1
-D__x86_64__=1
-D__amd64__=1
-D__LP64__=1
; to accept C identifiers 'class', 'private', 'new'
-Dclass=c_class
-Dprivate=c_private
-Dnew=_new
-D__packed__=packed
-D__transparent_union__=transparent_union
-D__malloc__=malloc
-D__alloc_size__=alloc_size
-D__always_inline__=always_inline
-D__vector_size__=vector_size
-D__weak__=weak
-D__noreturn__=noreturn
-D__aligned__=aligned
-D__attribute=__attribute__
-D__nonnull__=nonnull
-D__nothrow__=nothrow
-D__warn_unused_result__=warn_unused_result
-D__mode__=mode
-D__deprecated__=deprecated
-D__pure__=pure
-D__cleanup_fct_attribute=
-D_K_SS_ALIGNSIZE=8
-D__INT_MAX__=2147483647
-D__GNUC__=4
-D_GNU_SOURCE
-D__unix__
-D__STDC__
-D_HAVE_INT64
-D__GLIBC_HAVE_LONG_LONG
-DHAVE_BOOL
-Dlinux