Re: [PATCH] configure: Test for _FORTIFY_SOURCE=3 support.

2022-03-14 Thread Mark Wielaard
Hi, On Thu, 2022-03-10 at 18:06 +0100, Mark Wielaard wrote: > _FORTIFY_SOURCE=3 adds extra glibc (dynamic) fortification checks > when using GCC 12. > > This adds a configure check to see if -D_FORTIFY_SOURCE=3 can be > used. > If not, configure will fall back to -D_FORTIFY_SOURCE=2. > > On some

Re: [PATCH] addr2line: Make --absolute the default, add --relative option.

2022-03-14 Thread Mark Wielaard
On Fri, 2022-03-11 at 15:49 +0100, Mark Wielaard wrote: > Make --absolute (including the compilation directory in file names) > the default and add a new option --relative to get the previous > default behavior. > > https://www.sourceware.org/bugzilla/show_bug.cgi?id=28951 Pushed, Mark

[Bug tools/28951] eu-addr2line produces relative path names, should be absolute

2022-03-14 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28951 Mark Wielaard changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[COMMITTED] configure: Use AS_HELP_STRING instead of AC_HELP_STRING.

2022-03-14 Thread Mark Wielaard
In most places we already used AS_HELP_STRING. A few places used AC_HELP_STRING. Which has been deprecated for a long time. Use AS_HELP_STRING instead of AC_HELP_STRING everywhere. Signed-off-by: Mark Wielaard --- ChangeLog| 4 configure.ac | 4 ++-- m4/ChangeLog | 5 + m4/biarch.m4