From 183035aff22d13f21bc21dd496aa6e14a5dfa1b7 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 12 Oct 2017 13:22:01 +0200 Subject: Initial import --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.rst (limited to 'README.rst') 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). + -- cgit v1.2.3