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.

Bug: 253025227
Change-Id: I38ae7b49d9fb0e95957c443883ad3a1ded554c2b
Signed-off-by: Matthias Maennich <maennich@google.com>
diff --git a/abi/bootstrap b/abi/bootstrap
index bad822e..b68a9f8 100755
--- a/abi/bootstrap
+++ b/abi/bootstrap
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 ELFUTILS_VERSION=elfutils-0.176
-ABIGAIL_VERSION=fb70149c
+ABIGAIL_VERSION=23744b4b
 
 NUM_CORES=$(cat /proc/cpuinfo | grep -c proc)
 BASE_DIR=$(readlink -f $(dirname $0))