summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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 |