mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
An ABI-wrestling-suite of libraries and tools. Uses elfutils to diff, lint, compare and report on compatibility of ABIs in shared-libraries. Common use is diffing two .so's, like `abidiff libpkg.so libpkg-devel.so`
10 lines
240 B
C++
10 lines
240 B
C++
--- tools/abisym.cc.orig 2021-03-07 00:17:35 UTC
|
|
+++ tools/abisym.cc
|
|
@@ -26,6 +26,7 @@
|
|
/// in its symbol tables and report what it sees.
|
|
|
|
#include <elf.h>
|
|
+#include <libgen.h>
|
|
#include <cstring>
|
|
#include <iostream>
|
|
#include <sstream>
|