summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2017-10-12 13:22:01 +0200
committerLars-Dominik Braun <lars@6xq.net>2017-10-12 13:22:01 +0200
commit183035aff22d13f21bc21dd496aa6e14a5dfa1b7 (patch)
tree467f9a9de0d1fc0fbf991552e46a266ba87fac3d /README.rst
downloadlinkermapviz-183035aff22d13f21bc21dd496aa6e14a5dfa1b7.tar.gz
linkermapviz-183035aff22d13f21bc21dd496aa6e14a5dfa1b7.tar.bz2
linkermapviz-183035aff22d13f21bc21dd496aa6e14a5dfa1b7.zip
Initial import
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..f638ee6
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,14 @@
+linkermapviz
+============
+
+Interactive visualization of GNU ld’s linker map with a tree map. Usage:
+
+.. code:: bash
+
+ pip install .
+ gcc -Wl,-Map,output.map -o output input.c
+ linkermapviz < output.map
+
+Works best with ``-ffunction-sections -fdata-sections`` and statically linked
+code (e.g. for bare-metal embedded systems).
+