diff options
| author | allexanderbergmans <allexander.bergmans@student.elisa.be> | 2026-07-03 12:17:10 +0200 |
|---|---|---|
| committer | allexanderbergmans <allexander.bergmans@student.elisa.be> | 2026-07-03 12:17:10 +0200 |
| commit | 887875959aa84af92291db334898aaa20956e632 (patch) | |
| tree | 62f68d6e93cf444e5605a40c3e8ea7ec0bd89f49 /tools | |
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 0000000..a3aae90 --- /dev/null +++ b/tools/README.md @@ -0,0 +1,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 | |
