Skip to content

Commit

Permalink
bump libbacktrace-upstream to `14818b7783eeb9a56c3f0fca78cefd3143f8…
Browse files Browse the repository at this point in the history
…c5f6` (#30)

- config/override.m4: don't require exactly autoconf 2.69
- configury: update to recent versions
- configury: support --disable-werror
- libbacktrace: initialize DWARF 5 fields of unit
- libbacktrace: gather address ranges from skeleton units
- libbacktrace: don't skip initial aligned byte in uncompressed block
- libbacktrace: replace fgrep with grep in configure script
- libbacktrace: don't let "make clean" remove allocfail.sh
- libbacktrace: don't exit Mach-O dyld library loop on one failure
- libbacktrace: check for sys/link.h
- libbacktrace: support zstd decompression
- libbacktrace: rewrite and simplify main zstd loop
- libbacktrace: unpack literals into output buffer
- libbacktrace: don't run --build-id tests if it is not supported
- libbacktrace: change PC variables from uint64_t to uintptr_t
- libbacktrace: minor fixes for zstd decompression
- libbacktrace: look for _pgmptr on Windows
- [libbacktrace] fix up broken test
- libbacktrace: call GetModuleFileNameA on Windows
- libbacktrace: support ASLR on Windows
  • Loading branch information
etan-status authored Jan 18, 2024
1 parent aad5aa2 commit f250fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/libbacktrace-upstream
Submodule libbacktrace-upstream updated 21 files
+49 −10 Makefile.am
+186 −59 Makefile.in
+418 −194 config.guess
+13 −0 config.h.in
+878 −801 config.sub
+22 −30 config/libtool.m4
+4 −3 config/override.m4
+212 −40 configure
+44 −8 configure.ac
+68 −55 dwarf.c
+2,726 −202 elf.c
+68 −7 fileline.c
+174 −200 install-sh
+9 −0 internal.h
+22 −30 libtool.m4
+2 −2 ltmain.sh
+1 −1 macho.c
+149 −265 missing
+0 −0 move-if-change
+23 −1 pecoff.c
+523 −0 zstdtest.c

0 comments on commit f250fcc

Please sign in to comment.