toc update + smal text correction

This commit is contained in:
2026-04-10 03:41:38 +02:00
parent 3a76b64341
commit 572d62b993
2 changed files with 21 additions and 23 deletions

View File

@@ -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