mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
32ed4b367d
Don’t require a __TEXT, __text section in every module. Some system modules on 10.6, including ApplicationServices, do not have this section. This change does not consider the runtime OS version. Split from https://codereview.chromium.org/586123002/. TEST=util_test MachOImageReader.* R=rsesek@chromium.org Review URL: https://codereview.chromium.org/586393003