aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-05-10 17:34:54 +0300
committerAndrey Ponomarenko <andrewponomarenko@yandex.ru>2016-05-10 17:34:54 +0300
commit7c0875f552d09043b078d6cdcabb31e26c0e595b (patch)
tree03eefc8453aadf76cc4f6ec1e74978d20525e666
parent7d2c8bc4e8963fa943aa591512cb1531861b1a7a (diff)
downloadabi-dumper-7c0875f552d09043b078d6cdcabb31e26c0e595b.tar.gz
Added requirement for Universal Ctags.
-rw-r--r--INSTALL5
-rw-r--r--README2
-rw-r--r--abi-dumper.pl3
3 files changed, 4 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index be14877..80c4770 100644
--- a/INSTALL
+++ b/INSTALL
@@ -27,9 +27,8 @@ Content:
1. Perl 5 (5.8 or newer)
2. Elfutils (eu-readelf)
3. Vtable-Dumper (1.1 or newer)
- 4. Ctags (5.8 or newer)
- 5. Binutils (objdump)
- 6. Ctags
+ 4. Binutils (objdump)
+ 5. Universal Ctags
diff --git a/README b/README
index df3a7ee..eb4a4dc 100644
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ REQUIRES:
Perl 5 (5.8 or newer)
Elfutils (eu-readelf)
Vtable Dumper (1.0 or newer, https://github.com/lvc/vtable-dumper)
- Ctags
+ Universal Ctags
USAGE:
abi-dumper libTest.so -o ABI.dump
diff --git a/abi-dumper.pl b/abi-dumper.pl
index 5b80ab8..b1c1e8a 100644
--- a/abi-dumper.pl
+++ b/abi-dumper.pl
@@ -16,9 +16,8 @@
# Perl 5 (5.8 or newer)
# Elfutils (eu-readelf)
# Vtable-Dumper (1.1 or newer)
-# Ctags (5.8 or newer)
# Binutils (objdump)
-# Ctags
+# Universal Ctags
#
# COMPATIBILITY
# =============