]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: arm_cmse.h (cmse_nsfptr_create, [...]): Remove #include <stdint.h>.
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Fri, 22 Jun 2018 14:35:24 +0000 (14:35 +0000)
committerAndre Vieira <avieira@gcc.gnu.org>
Fri, 22 Jun 2018 14:35:24 +0000 (14:35 +0000)
commit388492965899de3ce46e4e2245fa33143085c026
treebb9bf06c1f64a6334d2c08914b47d97042c85e04
parent29989221e5356af1de442938cbc2047789709548
backport: arm_cmse.h (cmse_nsfptr_create, [...]): Remove #include <stdint.h>.

gcc/
2018-06-22  Andre Vieira  <andre.simoesdiasvieira@arm.com>

Backport from mainline
2018-05-17  Jerome Lambourg  <lambourg@adacore.com>

* config/arm/arm_cmse.h (cmse_nsfptr_create, cmse_is_nsfptr): Remove
#include <stdint.h>.  Replace intptr_t with __INTPTR_TYPE__.

libgcc/
2018-06-22  Andre Vieira  <andre.simoesdiasvieira@arm.com>

Backport from mainline
2018-05-17  Jerome Lambourg  <lambourg@adacore.com>

* config/arm/cmse.c (cmse_check_address_range): Replace
UINTPTR_MAX with __UINTPTR_MAX__ and uintptr_t with __UINTPTR_TYPE__.

From-SVN: r261898
gcc/ChangeLog
gcc/config/arm/arm_cmse.h
libgcc/ChangeLog
libgcc/config/arm/cmse.c