diff --git a/arch b/arch index b7f1b85c685..fe82498fb11 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit b7f1b85c685293615089b16597f02fd1dd76db45 +Subproject commit fe82498fb11af76d0bda08c4fd969f4e5b60de0a diff --git a/configs b/configs index 4b4044a4d55..446de79f490 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit 4b4044a4d55a2e3cdf44479d38f242f6339432fc +Subproject commit 446de79f4904d30bd0f4a787b36775f2ccf65902 diff --git a/include/nuttx/compiler.h b/include/nuttx/compiler.h index 858902f696f..ec93a9a192e 100644 --- a/include/nuttx/compiler.h +++ b/include/nuttx/compiler.h @@ -378,6 +378,11 @@ # define CONFIG_HAVE_FUNCTIONNAME 1 /* Has __FUNCTION__ */ # define CONFIG_HAVE_FILENAME 1 /* Has __FILE__ */ +/* No I-space access qualifiers */ + +# define IOBJ +# define IPTR + /* Attributes * * The Zilog compiler does not support weak symbols