summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libelf: Only include features.h on linux.staging/lineage-15.1staging/lineage-15.0_rebase-android-8.0.0_r23lineage-15.1lineage-15.0Adnan Begovic2017-08-241-0/+2
* Merge \\\\"Convert libelf from Android.mk to Android.bp\\\\" am: adc7fa7b8e a...Colin Cross2016-07-144-205/+178
|\
| * Merge \\\"Convert libelf from Android.mk to Android.bp\\\" am: adc7fa7b8e am:...Colin Cross2016-07-144-205/+178
| |\
| | * Merge \\"Convert libelf from Android.mk to Android.bp\\" am: adc7fa7b8eColin Cross2016-07-144-205/+178
| | |\
| | | * Merge \"Convert libelf from Android.mk to Android.bp\"Colin Cross2016-07-144-205/+178
| | |/|
| | | * Merge "Convert libelf from Android.mk to Android.bp"Treehugger Robot2016-07-144-205/+178
| | | |\
| | | | * Convert libelf from Android.mk to Android.bpColin Cross2016-07-134-205/+178
| | | |/
* | | | Merge "Stop build of unused libraries." am: 9ed309a am: 8d1af01 am: e096759Chih-hung Hsieh2016-04-204-583/+0
|\| | |
| * | | Merge "Stop build of unused libraries." am: 9ed309a am: 8d1af01Chih-Hung Hsieh2016-04-204-583/+0
|/| | | | |/ /
| * | Merge "Stop build of unused libraries." am: 9ed309aChih-hung Hsieh2016-04-204-583/+0
|/| |
| * | Merge "Stop build of unused libraries."Chih-Hung Hsieh2016-04-204-583/+0
|/| | | |/
| * Merge "Stop build of unused libraries."Chih-hung Hsieh2016-04-204-583/+0
|/|
| * Stop build of unused libraries.Chih-Hung Hsieh2016-04-194-583/+0
|/
* Merge "Revert "Disable clang for arm64 where local __thread is used.""Stephen Hines2016-02-253-9/+0
|\
| * Revert "Disable clang for arm64 where local __thread is used."Stephen Hines2016-02-243-9/+0
|/
* Merge "Merge upstream 0.165 SHA '203f0a3'"Chih-hung Hsieh2016-01-25100-4615/+11024
|\
| * Merge upstream 0.165 SHA '203f0a3'Chih-Hung Hsieh2016-01-25100-4615/+11024
|/|
| * Move nested functions in elf_compress.c and elf_strptr.c.Chih-Hung Hsieh2016-01-233-26/+39
| * tests: Skip dwfl-bug-fd-leak test if dwfl_linux_proc_report is unsupported.Mark Wielaard2016-01-182-0/+14
| * elflint: Recognize ELFOSABI_FREEBSD which Debian kFreeBSD uses.Mark Wielaard2016-01-182-2/+8
| * tests: Guard linux specific header includes with ifdef __linux__.Mark Wielaard2016-01-182-0/+6
| * configure: clarify zlib error messageMike Frysinger2016-01-141-1/+1
| * gitignore: updateMike Frysinger2016-01-141-0/+3
| * libelf: Add ELF compression types and defines to libelf.h for older glibc.Mark Wielaard2016-01-145-2/+83
| * Regenerate .po files.Mark Wielaard2016-01-116-60/+64
| * libebl: Fix missing brackets around if statement body.Mark Wielaard2016-01-092-180/+187
| * tests: Fix parentheses in elfputzdata strncmp test.Mark Wielaard2016-01-082-1/+5
| * Fix build on 32bit systems.Mark Wielaard2016-01-085-3/+12
| * Prepare 0.165 release.Mark Wielaard2016-01-0811-2967/+3330
| * Simplify code and build now that zlib support is no longer optional.Mark Wielaard2016-01-086-25/+20
| * Updated Polish translationPiotr Drąg2016-01-081-723/+824
| * Updated Polish translationPiotr Drąg2016-01-071-659/+724
| * elfcompress: New utility.Mark Wielaard2016-01-066-3/+1440
| * elflint: Recognize and check SHF_COMPRESSED section flag.Mark Wielaard2016-01-062-10/+43
| * libelf: Make elf_strptr index correctly into compressed section data.Mark Wielaard2016-01-0610-59/+445
| * readelf: Handle compressed sections and extend -z to cover -x and -p.Mark Wielaard2016-01-0610-23/+609
| * libdwfl: Use elf_compress[_gnu] to decompress string, symbol and reloc data.Mark Wielaard2016-01-065-32/+201
| * libdw: Use elf_compress[_gnu] to uncompress debug section data.Mark Wielaard2016-01-064-137/+63
| * libelf: Add elf_compress and elf_compress_gnu.Mark Wielaard2016-01-0620-26/+1822
| * readelf: Add -z,--decompress option.Mark Wielaard2016-01-065-4/+281
| * libelf: Add elf32_getchdr, elf64_getchdr and gelf_getchdr.Mark Wielaard2016-01-0626-18/+676
| * libdwelf: Add dwelf_scn_gnu_compressed_size.Mark Wielaard2016-01-0614-6/+334
| * config: Add libelf and libdw pkg-config files.Mark Wielaard2016-01-057-3/+68
| * elflint: Add _edata and _end to the list of possibly dangling gnuld symbols.Mark Wielaard2016-01-052-1/+10
| * tests: elfstrmerge warn about STT_SECTION symbol for shstrhndx.Mark Wielaard2016-01-054-4/+56
| * Make make more silent.Mark Wielaard2016-01-052-1/+9
* | Merge "Merge upstream SHA '9d1e236'"Chih-hung Hsieh2016-01-0551-578/+1407
|\ \
| * | Merge upstream SHA '9d1e236'Chih-Hung Hsieh2016-01-0451-578/+1407
|/| | | |/
| * Move nested functions in linux-proc-maps.c to file scope.Chih-Hung Hsieh2016-01-032-14/+22
| * Move nested functions in core-file.c to file scope.Chih-Hung Hsieh2016-01-032-42/+59