devtools: skip warning for reordered symbols

No need to shout when we are just reordering symbols in a section.

Signed-off-by: David Marchand <david.marchand@redhat.com>
This commit is contained in:
David Marchand 2019-05-03 16:34:17 +02:00 committed by Thomas Monjalon
parent 96d8ea839b
commit f089713132

View File

@ -121,6 +121,12 @@ check_for_rule_violations()
continue
fi
# This symbol is moving inside a section, nothing to do
if [ "$oldsecname" = "$secname" ]
then
continue
fi
# This symbol is moving between two sections (the
# original section is not experimental).
# This can be legit, just warn.