aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNeill Kapron <nkapron@google.com>2023-10-17 21:39:38 +0000
committerNeill Kapron <nkapron@google.com>2023-10-17 21:47:39 +0000
commit22a9c2dedab7722404b4055abc7559dd0bf37cf5 (patch)
tree7b9493e79c33e6ae4c03ab5eeb8ddb2b716f9a00 /README
parentea353ab8f68b23b5b5df9048beec26e3e3660680 (diff)
parent37e3bf08e0314efa08ba88600f07adf0079c987d (diff)
downloaddwarves-22a9c2dedab7722404b4055abc7559dd0bf37cf5.tar.gz
Merge remote-tracking branch 'aosp/upstream-master'
* aosp/upstream-master: (102 commits) pahole: Don't keep structs in multiple RB trees README: Remove old comments about ancient distros and add 'git submodule' instruction spec: Migrate license to a SPDX standardized one dwarf_loader: DW_TAG_subroutine_type may have a DW_AT_byte_size pdwtags: Print DW_TAG_constant tags fprintf: Add DW_TAG_constant pretty printer (constant__fprintf) dwarf_loader: Add support for DW_TAG_constant pahole: Prep 1.25 fprintf: Fix `*` not being printed for pointers with btf_type_tag btf_loader: A hack for BTF import of btf_type_tag attributes fprintf: Correct names for types with btf_type_tag attribute btf_encoder: Compare functions via prototypes not parameter names fprintf: Support skipping modifier fprintf: Generalize function prototype print to support passing conf dwarf_loader: Fix for BTF id drift caused by adding unspecified types fprintf: Support DW_TAG_LLVM_annotation in dwarf_tag_name() CMakeLists.txt: Call cmake_minimum_required() before project() dwarf_loader: Only mark parameter as using an unexpected register when it does dwarf_loader: Fix parameter location retrieval for location lists dwarf_loader: Fix detection of struct parameters ... Change-Id: I2acdff5dedb4df07f5fd2890db52fea90b1614c8 Signed-off-by: Neill Kapron <nkapron@google.com>
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 2 insertions, 15 deletions
diff --git a/README b/README
index c9f1737..f9aeef7 100644
--- a/README
+++ b/README
@@ -18,19 +18,6 @@ cmake Options:
Default is to install to /usr/local, use -DCMAKE_INSTALL_PREFIX=
when invoking cmake to specify another install location.
-Known to work scenarios:
+You may need to update the libbpf git submodule:
-Mandriva Cooker:
-
-cmake 2.4.5-1mdv2007.1
-libelfutils1-devel 0.123-1mdv2007.1
-
-Debian Unstable:
-
-cmake 2.4.5-1
-libdw-dev 0.123-2
-
-Fedora Core 6:
-
-cmake 2.4.5-2.fc6
-elfutils-devel 0.126-1.fc6
+git submodule update --init --recursive