breakpad/src/tools
Michael Forney 23e6fbf571 Use ULONG_MAX instead of __WORDSIZE to determine native ELF architecture
__WORDSIZE is an internal libc definition. Instead, we can use
ULONG_MAX from limits.h, whose value corresponds to the machine's
native word size.

This allows us to remove the fallback definition of __WORDSIZE in
the Android compatibility headers.

Bug: google-breakpad:631
Change-Id: I7b9e6f3b2121f78ccad9e32bf26acac518aefd8f
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2107100
Reviewed-by: Mike Frysinger <vapier@chromium.org>
2020-03-17 06:30:52 +00:00
..
linux Use ULONG_MAX instead of __WORDSIZE to determine native ELF architecture 2020-03-17 06:30:52 +00:00
mac Mac upload_system_symbols: make dump of /Library/QuickTime optional 2019-06-18 15:01:25 +00:00
python generate a repo manifest from the DEPS file 2016-09-21 20:01:47 +00:00
solaris/dump_syms Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. 2011-11-18 21:40:27 +00:00
windows Fix Windows symupload after PE-only MD refactor. 2019-07-01 17:49:32 +00:00
tools.gyp Add GYP build for the src/tools directory on Mac and Linux. 2014-07-24 15:22:51 +00:00