r260330 - in /trunk: gcc/ChangeLog gcc/config/a...

hainque@gcc.gnu.org hainque@gcc.gnu.org
Thu May 17 16:36:00 GMT 2018


Author: hainque
Date: Thu May 17 16:36:36 2018
New Revision: 260330

URL: https://gcc.gnu.org/viewcvs?rev=260330&root=gcc&view=rev
Log:
2018-05-17  Jerome Lambourg  <lambourg@adacore.com>

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

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


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm_cmse.h
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/arm/cmse.c



More information about the Gcc-cvs mailing list