From 3bdf817950eadd75a2785b62220eb0b04533b9fd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 16 Sep 2020 11:48:29 +0200 Subject: spec: Group items by component --- spec/score/if/dequalify-types-not-compatible.yml | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 spec/score/if/dequalify-types-not-compatible.yml (limited to 'spec/score/if/dequalify-types-not-compatible.yml') diff --git a/spec/score/if/dequalify-types-not-compatible.yml b/spec/score/if/dequalify-types-not-compatible.yml new file mode 100644 index 00000000..7d516a3f --- /dev/null +++ b/spec/score/if/dequalify-types-not-compatible.yml @@ -0,0 +1,34 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +brief: | + A not implemented function to trigger compile time errors with an error + message. +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +- Copyright (C) 2014 Paval Pisa +definition: + default: + body: null + params: [] + return: void * + variants: + - definition: + body: null + params: [] + return: __attribute__((__error__("RTEMS_DEQUALIFY() types differ not only by + volatile and const"))) void * + enabled-by: + - defined(${/compiler/if/gnuc:/name}) +description: null +enabled-by: + not: ASM +interface-type: function +links: +- role: interface-placement + uid: /rtems/basedefs/if/header +name: RTEMS_DEQUALIFY_types_not_compatible +notes: null +params: [] +return: + return: null + return-values: [] +type: interface -- cgit v1.2.3