]> git.cworth.org Git - apitrace/commit
Add replacement headers for libbacktrace
authorAlexander Monakov <amonakov@ispras.ru>
Sat, 18 May 2013 14:50:01 +0000 (18:50 +0400)
committerAlexander Monakov <amonakov@ispras.ru>
Thu, 23 May 2013 09:43:44 +0000 (13:43 +0400)
commit937b6ac4bbe9e82838c8be9750bd019d97ad8359
tree140e5f148f8cd9d3866f0865ed502fdbb0ac06c1
parentfcf7f8d6596b827bccecbf3d4032eeafceb5d1e7
Add replacement headers for libbacktrace

libbacktrace #include's two header files from GCC.  Provide minimal
replacements for those files.  For filenames.h, declare missing macros
assuming POSIX-style paths.  For dwarf2.h, #include system dwarf.h and
declare missing enum tags and define missing enum values as macros.
thirdparty/libbacktrace/auxincl/dwarf2.h [new file with mode: 0644]
thirdparty/libbacktrace/auxincl/filenames.h [new file with mode: 0644]