toc update + smal text correction
This commit is contained in:
@@ -37,8 +37,6 @@ Traite :
|
||||
- #define
|
||||
- #ifdef
|
||||
|
||||
---
|
||||
|
||||
Exemple :
|
||||
|
||||
```c
|
||||
@@ -248,9 +246,7 @@ arm-none-eabi-gcc main.c
|
||||
|
||||
## 3.10 Linker
|
||||
|
||||
Le linker combine les objets.
|
||||
|
||||
Il :
|
||||
Le linker combine les objets. Il :
|
||||
- fusionne les sections
|
||||
- résout les symboles
|
||||
- construit le binaire
|
||||
@@ -284,9 +280,9 @@ Le linker associe :
|
||||
|
||||
### Le binaire final a un format.
|
||||
|
||||
- ELF (Linux)
|
||||
- PE (Windows)
|
||||
- Mach-O (macOS)
|
||||
- **ELF** (Linux)
|
||||
- **PE** (Windows)
|
||||
- **Mach-O** (macOS)
|
||||
|
||||
|
||||
### Contenu :
|
||||
@@ -320,9 +316,7 @@ Linux x86_64 :
|
||||
Windows x86_64 :
|
||||
- rcx, rdx, r8
|
||||
|
||||
---
|
||||
|
||||
Même CPU ≠ même ABI
|
||||
**Même CPU ≠ même ABI**
|
||||
|
||||
---
|
||||
|
||||
@@ -339,8 +333,6 @@ SECTIONS
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Utilisation
|
||||
- embarqué
|
||||
- systèmes bas niveau
|
||||
|
||||
Reference in New Issue
Block a user