diff options
author | Matthias Maennich <maennich@google.com> | 2019-06-17 11:44:06 +0100 |
---|---|---|
committer | Matthias Maennich <maennich@google.com> | 2019-06-21 12:36:59 +0100 |
commit | 2898702ddf656e46e7248c969402eaeca2e6b913 (patch) | |
tree | 1c10f5c681b39bd73614b72f0aeea23aa1abd06b /abi | |
parent | 46f9bd0a1e800e424612231670e605393e2ba4ac (diff) |
abi: update libabigail to latest upstream master
This improves the way, libabigail deals with anonymous types and also
introduces speedups for C languague programs such as the Linux Kernel.
Change-Id: Ib9d99d69465800cde26383fe5965827f30002358
Signed-off-by: Matthias Maennich <maennich@google.com>
Diffstat (limited to 'abi')
-rwxr-xr-x | abi/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abi/bootstrap b/abi/bootstrap index b68a9f8..38af7f4 100755 --- a/abi/bootstrap +++ b/abi/bootstrap @@ -15,7 +15,7 @@ # limitations under the License. ELFUTILS_VERSION=elfutils-0.176 -ABIGAIL_VERSION=23744b4b +ABIGAIL_VERSION=2651a362 NUM_CORES=$(cat /proc/cpuinfo | grep -c proc) BASE_DIR=$(readlink -f $(dirname $0)) |