build: fix check-exports.sh for ppc64 arch
authorThomas Haller <thaller@redhat.com>
Fri, 19 Dec 2014 13:49:00 +0000 (14:49 +0100)
committerThomas Haller <thaller@redhat.com>
Fri, 19 Dec 2014 13:53:00 +0000 (14:53 +0100)
commit48385430539fca657fd409e6b3f5f024fc4690dd
treeb43d94c0dad263cf2a59ccf044d4961e78863d86
parent1bef19430200198d7c5ae7a767eee38142eb2882
build: fix check-exports.sh for ppc64 arch

On ppc64, `nm` reports the exported symbols as 'D' instead of 'T'.
This caused `make check` to fail.

  "D" The symbol is in the initialized data section.
  "T" The symbol is in the text (code) section.
tools/check-exports.sh