blob: a3aae9005276ecbd3bd376e9efef0f52d35bfaa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Toolchain (binutils-style)
Standard GNU binutils ports for Fyntv:
| Tool | Purpose |
|-------------|--------------------------------------|
| `gas/` | Assembler |
| `ld/` | Linker |
| `objdump/` | Disassembler + object dump |
| `objcopy/` | Section copying / stripping |
| `readelf/` | ELF file reader |
| `nm/` | Symbol listing |
| `ar/` | Static library archiver |
| `size/` | Section/symbol size listing |
| `strings/` | Printable string extraction |
| `addr2line/`| Virtual address → source line |
| `cxxfilt/` | C++ ABI name demangling |
|