summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuliano Procida <gprocida@google.com>2020-09-21 09:53:18 +0100
committerGiuliano Procida <gprocida@google.com>2020-09-21 10:07:37 +0100
commitf5690e62b3d44103351a3427f083f21c276a00d8 (patch)
tree720c34fbd7c83d510154d0f8e892c3ba8646410b
parent9357b775b591cf0f9ff511de0135e372a205d250 (diff)
downloadkernel_build-f5690e62b3d44103351a3427f083f21c276a00d8.tar.gz
kernel_build-f5690e62b3d44103351a3427f083f21c276a00d8.tar.bz2
kernel_build-f5690e62b3d44103351a3427f083f21c276a00d8.zip
abi/bootstrap: update libabigail to latest upstream mm-next
Upstream commit: 441ea7ccdbdfb22a5cf1a665fc214fc0dfb946b5 New in this release: - Improved reporting of typedef changes, including a crash fix. ABI diff reports now handle better cases where libabigail detects a change in type from one typedef to another. - Report cause of architecture discrepancy before aborting. If a stray ABI input (XML or binary) is for an unexpected architecture, a useful error message is now emitted. Bug: 149417335 Bug: 153747339 Bug: 162319029 Bug: 168830796 Change-Id: I7af514aa7b17925716c4589bfa686ae7ab15e984 Signed-off-by: Giuliano Procida <gprocida@google.com>
-rwxr-xr-xabi/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi/bootstrap b/abi/bootstrap
index ae566a0..4e86a36 100755
--- a/abi/bootstrap
+++ b/abi/bootstrap
@@ -15,7 +15,7 @@
# limitations under the License.
ELFUTILS_VERSION=elfutils-0.180
-ABIGAIL_VERSION=94f5d4ae
+ABIGAIL_VERSION=441ea7cc
NUM_CORES=$(cat /proc/cpuinfo | grep -c proc)
BASE_DIR=$(readlink -f $(dirname $0))