aboutsummaryrefslogtreecommitdiff
path: root/src/third_party/glibc/README.breakpad
diff options
context:
space:
mode:
authorDave MacLachlan <dmaclach@google.com>2016-05-12 11:38:09 -0700
committerDave MacLachlan <dmaclach@google.com>2016-05-12 11:38:09 -0700
commit3d225e288c95902b965e0a06333dfdbe25a637b5 (patch)
treecbcd530a8750c170fde142af2c3f90e08f436952 /src/third_party/glibc/README.breakpad
parentUpdate to handle dsym files that end with a header. (diff)
downloadbreakpad-3d225e288c95902b965e0a06333dfdbe25a637b5.tar.xz
Fixes up dump_syms build on OS X so it works with ELF.
Adds elf.h header from glibc. Updates dwarf2reader.cc so it isn't comparing a unique_ptr against NULL. Moves from MacOS10.5 SDK to latest SDK for Xcode project. Moves from using gcc to clang for dump_syms tests. Disables warning about 'Missing Field In Structure Initializers' to temporarily work around https://bugs.chromium.org/p/google-breakpad/issues/detail?id=697. With this patch all tests form dump_syms pass again using Xcode 7.3 on Mac OS X 10.11. BUG= https://bugs.chromium.org/p/google-breakpad/issues/detail?id=696, https://bugs.chromium.org/p/google-breakpad/issues/detail?id=697 R=mark@chromium.org Review URL: https://codereview.chromium.org/1970903002 .
Diffstat (limited to 'src/third_party/glibc/README.breakpad')
-rw-r--r--src/third_party/glibc/README.breakpad3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/glibc/README.breakpad b/src/third_party/glibc/README.breakpad
new file mode 100644
index 00000000..b0cff522
--- /dev/null
+++ b/src/third_party/glibc/README.breakpad
@@ -0,0 +1,3 @@
+This directory contains the elf headers from
+https://sourceware.org/git/?p=glibc.git;a=tree;f=elf;h=cd330f6bfe90a397cd6151629ee4c34e3bbaf769;hb=refs/heads/master
+that are required to get ELF working in dump_syms on Mac OS X.