File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 30306 . [ Linux-specific ABI] ( #linux-abi )
3131 * [Linux-specific C type sizes and alignments](#linux-c-type-sizes)
3232 * [Linux-specific C type representations](#linux-c-type-representations)
33+ 7 . [ Terms and definions] ( #terms-definitions )
3334
3435## Copyright and license information
3536
@@ -943,3 +944,11 @@ The following definitions apply for all ABIs defined in this document. Here
943944there is no differentiation between ILP32 and LP64 abis.
944945
945946` wchar_t ` is signed. ` wint_t ` is unsigned.
947+
948+ # <a name =terms-definitions ></a > Terms and Definitions
949+
950+ * ** ABI** : [ Application binary interface] ( https://en.wikipedia.org/wiki/Application_binary_interface ) .
951+ Here a combination of the ** gABI** and the ** psABI**
952+ * ** gABI** : generic ABI
953+ * ** psABI** : processor specific ABI
954+
You can’t perform that action at this time.
0 commit comments