bloat.py: support for 16bit and 64bit architectures

The parse_nm() function assumed that symbol sizes were 8 hex
characters, this only holds true on 32 bit architectures, on 64 bit
they're 16, and 4 on 16 bit.

Just use + in the regex instead of {8}. Due to the surrounding spaces
this won't falsely match anything, but it'll add support for 16 and 64
bit.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
1 file changed
tree: c5098f9a268c96db3768e2bba31a42ac5f17fb0c
  1. bloat.py
  2. index.html
  3. README.markdown