Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Issue 315213004: Fix definition of INTPTR_{MIN,MAX} in stdint.h (Closed)

Created:
6 years, 6 months ago by binji
Modified:
6 years, 6 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/nacl-newlib.git@master
Visibility:
Public.

Description

Fix definition of INTPTR_{MIN,MAX} in stdint.h The newlib headers currently check for __INTPTR_TYPE__ and assume it means that __INTPTR_MAX__ is defined. This is true for newer versions of GCC, but it is not true for pnacl-clang 3.4 (__INTPTR_TYPE__ is defined, but __INTPTR_{MIN,MAX}__ are not). BUG=none R=mcgrathr@chromium.org TEST=built pnacl toolchain locally Committed: https://git.chromium.org/gitweb?p=native_client/nacl-newlib.git;a=commit;h=c063c56

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M newlib/libc/include/stdint.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
binji
6 years, 6 months ago (2014-06-05 18:49:59 UTC) #1
Roland McGrath
LGTM but please follow up with newlib upstream to merge the change there, and/or with ...
6 years, 6 months ago (2014-06-05 18:54:27 UTC) #2
Mark Seaborn
On 5 June 2014 11:49, <binji@chromium.org> wrote: > Reviewers: Roland McGrath, > > Description: > ...
6 years, 6 months ago (2014-06-05 18:55:13 UTC) #3
binji
6 years, 6 months ago (2014-06-05 20:47:46 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as rc063c56 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698