aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-10-01 21:18:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-10-01 21:18:42 +0000
commit60533dc6090cbc4036a49ca5213e9cca43ee63d0 (patch)
tree4256b06ec4429e4e80bd73186ad107bfbd0581bc /config
parentfe5814ae0d81e43667acb198b00250499dd51d8a (diff)
parent6edd8e54faf3b55179b0791716d48bf3109f0d6a (diff)
downloadplatform_external_elfutils-sdk-release.tar.gz
platform_external_elfutils-sdk-release.tar.bz2
platform_external_elfutils-sdk-release.zip
Merge "Snap for 6877830 from d219b55202eae5964ebcd1637b8c59e01a0cfc81 to sdk-release" into sdk-releasesdk-release
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog8
-rw-r--r--config/elfutils.spec.in13
-rwxr-xr-xconfig/upload-release.sh2
3 files changed, 22 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 2ad93702..1cb3d204 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,11 @@
+2020-09-08 Mark Wielaard <mark@klomp.org>
+
+ * elfutils.spec.in: Update for 0.181.
+
+2020-06-16 Mark Wielaard <mark@klomp.org>
+
+ * upload-release.sh: Use /usr/bin/env bash.
+
2020-06-11 Mark Wielaard <mark@klomp.org>
* elfutils.spec.in: Update for 0.189.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 7388829c..95f63f5a 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -327,6 +327,19 @@ exit 0
%systemd_postun_with_restart debuginfod.service
%changelog
+* Tue Sep 8 2020 Mark Wielaard <mark@klomp.org> 0.181-1
+- libelf: elf_update now compensates (fixes up) a bad sh_addralign
+ for SHF_COMPRESSED sections.
+- libdebuginfod: configure now takes --enable-libdebuginfod=dummy or
+ --disable-libdebuginfod for bootstrapping.
+ DEBUGINFOD_URLS now accepts "scheme-free" urls
+ (guessing at what the user meant, either http:// or file://)
+- readelf, elflint: Handle aarch64 bti, pac bits in dynamic table and
+ gnu property notes.
+- libdw, readelf: Recognize DW_CFA_AARCH64_negate_ra_state. Allows
+ unwinding on arm64 for code that is compiled for PAC
+ (Pointer Authentication Code) as long as it isn't enabled.
+
* Thu Jun 11 2020 Mark Wielaard <mark@klomp.org> 0.180-1
- elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given.
- libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix.
diff --git a/config/upload-release.sh b/config/upload-release.sh
index b52642ea..18c91c0e 100755
--- a/config/upload-release.sh
+++ b/config/upload-release.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Must be run in the source directory.
# Should have passed make distcheck.