Skip to content

Commit

Permalink
libbacktrace: pull latest version, which has config.guess fix applied.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Jun 6, 2018
1 parent 239f937 commit bef7c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/libbacktrace
Submodule libbacktrace updated 47 files
+5 −0 .gitignore
+82 −6 Makefile.am
+197 −13 Makefile.in
+8,465 −0 Mark.Twain-Tom.Sawyer.txt
+5 −2 README.md
+1 −0 acinclude.m4
+5 −7,898 aclocal.m4
+1 −1 alloc.c
+1 −1 atomic.c
+1 −1 backtrace.c
+1 −1 backtrace.h
+34 −259 btest.c
+432 −486 config.guess
+30 −0 config.h.in
+884 −849 config.sub
+7,309 −0 config/libtool.m4
+368 −0 config/ltoptions.m4
+123 −0 config/ltsugar.m4
+23 −0 config/ltversion.m4
+92 −0 config/lt~obsolete.m4
+587 −109 configure
+98 −3 configure.ac
+15 −12 dwarf.c
+121 −0 edtest.c
+43 −0 edtest2.c
+2,544 −183 elf.c
+12 −5 fileline.c
+49 −0 filenames.h
+11 −1 internal.h
+24 −2 mmap.c
+1 −1 mmapio.c
+83 −0 move-if-change
+1 −1 nounwind.c
+12 −8 pecoff.c
+1 −1 posix.c
+1 −1 print.c
+1 −1 read.c
+1 −1 simple.c
+1 −1 sort.c
+1 −1 state.c
+1 −1 stest.c
+234 −0 testlib.c
+110 −0 testlib.h
+161 −0 ttest.c
+2 −1 unknown.c
+1,642 −0 xcoff.c
+537 −0 ztest.c

0 comments on commit bef7c96

Please sign in to comment.