From a84d4fc42639184d81ce06afea7041c79cf42d2e Mon Sep 17 00:00:00 2001 From: Dave MacLachlan Date: Thu, 12 May 2016 14:22:59 -0700 Subject: Replaced glibc version of elf.h with musl version of elf.h. Updated dump_syms xcode project and ran tests. BUG= R=vapier@chromium.org Review URL: https://codereview.chromium.org/1973113002 . --- src/third_party/musl/README.breakpad | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/third_party/musl/README.breakpad (limited to 'src/third_party/musl/README.breakpad') diff --git a/src/third_party/musl/README.breakpad b/src/third_party/musl/README.breakpad new file mode 100644 index 00000000..f500c435 --- /dev/null +++ b/src/third_party/musl/README.breakpad @@ -0,0 +1,3 @@ +This directory contains the elf header from +https://git.musl-libc.org/cgit/musl/tree/ +that is required to get ELF working in dump_syms on Mac OS X. -- cgit v1.2.1