buildman: Allow lines without a symbol
authorSimon Glass <sjg@chromium.org>
Tue, 12 Jul 2022 01:04:11 +0000 (19:04 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2022 15:47:56 +0000 (11:47 -0400)
commitf2e6775cddd59f2edec0727da14c35a8c8d14716
tree6d9c1faf879637a3a441e79fbc708e49ac511002
parent811c8e17117880badf0ea218dda44c06a3e02a2e
buildman: Allow lines without a symbol

The 'nm' tool can produce lines without a symbol, for example:

   00000004 t

Silently skip these and anything else without three fields. Drop the
warning since there is nothing the user can do about it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Tom Rini <trini@konsulko.com>
tools/buildman/builder.py