summaryrefslogtreecommitdiffstats
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorAaron Merey <[email protected]>2019-10-28 13:29:26 -0400
committerMark Wielaard <[email protected]>2019-11-22 22:49:21 +0100
commit288f6b199a8b1a60d4fb1f54ca7b883cdd5afca2 (patch)
treeb7d6a0dbcc0773de051aacdef8947d4adf72c941 /m4/ChangeLog
parent4bad7d1eada6a0690ab30eed2e5ae42c6fd7dacd (diff)
debuginfod 1/2: client side
Introduce the debuginfod/ subdirectory, containing the client for a new debuginfo-over-http service, in shared-library and command-line forms. Two functions in libdwfl make calls into the client library to fetch elf/dwarf files by buildid, as a fallback. Instead of normal dynamic linking (thus pulling in a variety of curl dependencies), the libdwfl hooks use dlopen/dlsym. Server & tests coming in patch 2. Signed-off-by: Aaron Merey <[email protected]> Signed-off-by: Frank Ch. Eigler <[email protected]>
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 9ee06d75..8ab0ff39 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2019-10-28 Aaron Merey <[email protected]>
+
+ * ax_check_compile_flag.m4, ax_cxx_compile_stdcxx.m4: New files.
+
2015-05-01 Mark Wielaard <[email protected]>
* zip.m4: Explicitly set with_ to no, if not yes.