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 .
This commit is contained in:
Dave MacLachlan 2016-05-12 14:22:59 -07:00
parent 3d225e288c
commit a84d4fc426
13 changed files with 3032 additions and 4477 deletions

View file

@ -1238,7 +1238,7 @@
HEADER_SEARCH_PATHS = (
../../..,
../../../common/mac/include/,
../../../third_party/glibc/elf/,
../../../third_party/musl/include/,
);
};
name = Debug;
@ -1250,7 +1250,7 @@
HEADER_SEARCH_PATHS = (
../../..,
../../../common/mac/include/,
../../../third_party/glibc/elf/,
../../../third_party/musl/include/,
);
};
name = Release;