]> git.ipfire.org Git - thirdparty/gcc.git/commit - libbacktrace/internal.h
re PR other/55087 (bogus "linux-vdso.so.1: No such file or directory" caused by libba...
authorIan Lance Taylor <iant@google.com>
Fri, 26 Oct 2012 20:08:29 +0000 (20:08 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 26 Oct 2012 20:08:29 +0000 (20:08 +0000)
commit73f4149137364da5b6d1238720b7fc21226b5b27
tree19f70c7335db3f471b050d0ffdf8011662c823c7
parent9430b7bad813a444e6a7e35d6b5f92d2b99f40cf
re PR other/55087 (bogus "linux-vdso.so.1: No such file or directory" caused by libbacktrace)

PR other/55087
* posix.c (backtrace_open): Add does_not_exist parameter.
* elf.c (phdr_callback): Do not warn if shared library could not
be opened.
* fileline.c (fileline_initialize): Update calls to
backtrace_open.
* internal.h (backtrace_open): Update declaration.

From-SVN: r192861
libbacktrace/ChangeLog
libbacktrace/elf.c
libbacktrace/fileline.c
libbacktrace/internal.h
libbacktrace/posix.c