chiark / gitweb /
bin/datasyms: New utility to print the writable-data symbols in object files.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 4 Sep 2019 18:10:52 +0000 (19:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 4 Sep 2019 18:12:10 +0000 (19:12 +0100)
commit878a38bd893a92b5a8d5b5f941cb4ec0c1abeba4
treef695da3f6075bc4e99953adf7c1034a894663fe0
parent1f39b1c7a5f05e91bac502402940ce85189db35e
bin/datasyms: New utility to print the writable-data symbols in object files.

It turns out that I have a habit of forgetting to declare constant
tables as being `const'.  This tool is one of the few ways to notice
that I've done this.
Makefile
bin/datasyms [new file with mode: 0755]