breakpad/src/tools/linux
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
..
core2md core2md: write error message with perror 2019-03-04 16:45:16 +00:00
dump_syms Add options to set OS and filename 2019-10-24 22:05:33 +00:00
md2core Use ULONG_MAX instead of __WORDSIZE to determine native ELF architecture 2020-03-17 06:30:52 +00:00
symupload Add "type" option to sym_upload sym-upload-v2 mode. 2020-02-27 22:04:31 +00:00
tools_linux.gypi Fixed file extention for minidump_upload in tools_linux.gypi 2018-01-04 08:43:43 +00:00