summaryrefslogtreecommitdiff
path: root/tools/README.md
diff options
context:
space:
mode:
authorallexanderbergmans <allexander.bergmans@student.elisa.be>2026-07-03 12:17:10 +0200
committerallexanderbergmans <allexander.bergmans@student.elisa.be>2026-07-03 12:17:10 +0200
commit887875959aa84af92291db334898aaa20956e632 (patch)
tree62f68d6e93cf444e5605a40c3e8ea7ec0bd89f49 /tools/README.md
Diffstat (limited to 'tools/README.md')
-rw-r--r--tools/README.md17
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 |