summaryrefslogtreecommitdiff
path: root/packages/gcc/8.3.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-25 23:55:10 (GMT)
committerGitHub <noreply@github.com>2019-02-25 23:55:10 (GMT)
commit84854dc9b03d0ff60c7b2e1e46331eadcc89fc58 (patch)
treea6a9042c6fccb2e764ff059fcafae1ea819c6354 /packages/gcc/8.3.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch
parent5b689264dd025d6be904e8a205504e75300c750a (diff)
parentc0844b6c88f2ad851b03a1d7434ec85eda3a0ae6 (diff)
Merge pull request #1150 from stilor/patches-gcc-8.3.0crosstool-ng-1.24.0-rc2
Run GCC 8.3.0 patches through manage-packages.sh -P
Diffstat (limited to 'packages/gcc/8.3.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch')
-rw-r--r--packages/gcc/8.3.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/packages/gcc/8.3.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch b/packages/gcc/8.3.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch
index 0989910..afdc1a5 100644
--- a/packages/gcc/8.3.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch
+++ b/packages/gcc/8.3.0/0021-arm-Make-arm_cmse.h-C99-compatible.patch
@@ -12,15 +12,13 @@ gcc/ChangeLog
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@261204 138bc75d-0d04-0410-961f-82ee72b054a4
---
- gcc/config/arm/arm_cmse.h | 4 ++--
- 4 files changed, 16 insertions(+), 2 deletions(-)
+ gcc/config/arm/arm_cmse.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/cmse/cmse-1c99.c
-diff --git a/gcc/config/arm/arm_cmse.h b/gcc/config/arm/arm_cmse.h
-index f972e23659d..9b35537cd33 100644
--- a/gcc/config/arm/arm_cmse.h
+++ b/gcc/config/arm/arm_cmse.h
-@@ -173,7 +173,7 @@ cmse_nonsecure_caller (void)
+@@ -173,7 +173,7 @@
#define CMSE_MPU_NONSECURE 16
#define CMSE_NONSECURE 18
@@ -29,7 +27,7 @@ index f972e23659d..9b35537cd33 100644
#define cmse_is_nsfptr(p) (!((__INTPTR_TYPE__) (p) & 1))
-@@ -187,7 +187,7 @@ __extension__ void *
+@@ -187,7 +187,7 @@
cmse_check_address_range (void *, size_t, int);
#define cmse_check_pointed_object(p, f) \