There are multiple sections that can contain ELF Notes. It is sometimes
nice to just list the notes from a specific section.
-n, --notes[=SECTION] Display the ELF notes
Signed-off-by: Mark Wielaard
---
src/ChangeLog | 7 +++
src/readelf.c | 13 -
2 files changed, 19 inse
Hi Ben,
On Tue, 2019-08-20 at 12:18 -0700, Ben Coyote Woodard wrote:
> What do you guys think of accepting derived works based upon GNU Free
> Documentation Licensed content? https://www.gnu.org/licenses/fdl-1.3.en.html
>
> As far as I can tell, allowing a project like elfutils the freedom to
>
Hi Jonathon and Srđan,
On Fri, 2019-08-16 at 14:24 -0500, Jonathon Anderson wrote:
> For parallel applications that need the information in the DIEs, the
> Dwarf_Abbrev hash table et al. become a massive data race. This fixes
> that by:
>
> 1. Adding atomics & locks to the hash table to manage c
First message failed to send, hopefully this one works...
On Wed, Aug 21, 2019 at 6:16 AM, Mark Wielaard wrote:
Hi Jonathon and Srđan,
On Fri, 2019-08-16 at 14:24 -0500, Jonathon Anderson wrote:
For parallel applications that need the information in the DIEs, the
Dwarf_Abbrev hash table et
On 8/21/19 3:50 AM, Mark Wielaard wrote:
Hi Ben,
On Tue, 2019-08-20 at 12:18 -0700, Ben Coyote Woodard wrote:
What do you guys think of accepting derived works based upon GNU Free
Documentation Licensed content? https://www.gnu.org/licenses/fdl-1.3.en.html
As far as I can tell, allowing a pr
On Fri, 2019-08-16 at 14:24 -0500, Jonathon Anderson wrote:
> diff --git a/ChangeLog b/ChangeLog
> index bed3999f..93907ddd 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,8 @@
> +2019-08-15 Jonathon Anderson
> +
> + * configure.ac: Add new --enable-valgrind-annotations
> + * conf
On Wed, 2019-08-21 at 23:50 +0200, Mark Wielaard wrote:
> On Fri, 2019-08-16 at 14:24 -0500, Jonathon Anderson wrote:
> > @@ -668,6 +697,7 @@ AC_MSG_NOTICE([
> >OTHER FEATURES
> > Deterministic archives by default :
> > ${default_ar_deterministic}
> > Native language support
On Wed, Aug 21, 2019 at 4:50 PM, Mark Wielaard wrote:
On Fri, 2019-08-16 at 14:24 -0500, Jonathon Anderson wrote:
diff --git a/ChangeLog b/ChangeLog
index bed3999f..93907ddd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-15 Jonathon Anderson
+
+ * configure.ac: