From ab7818306252fa96a479c383154a3f04fa2caf42 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 20 Nov 2020 08:08:26 +0100 Subject: spec: Restore RTEMS_COMPILER_UNUSED_ATTRIBUTE --- .../rtems/basedefs/if/compiler-unused-attribute.yml | 21 +++++++++++++++++++++ spec/rtems/basedefs/if/compiler-used-attribute.yml | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 spec/rtems/basedefs/if/compiler-unused-attribute.yml delete mode 100644 spec/rtems/basedefs/if/compiler-used-attribute.yml diff --git a/spec/rtems/basedefs/if/compiler-unused-attribute.yml b/spec/rtems/basedefs/if/compiler-unused-attribute.yml new file mode 100644 index 00000000..bf99ff9e --- /dev/null +++ b/spec/rtems/basedefs/if/compiler-unused-attribute.yml @@ -0,0 +1,21 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +brief: | + Provided for backward compatibility. +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +definition: + default: | + ${unused:/name} + variants: [] +description: null +enabled-by: true +index-entries: [] +interface-type: define +links: +- role: interface-placement + uid: header +- role: interface-ingroup + uid: group +name: RTEMS_COMPILER_UNUSED_ATTRIBUTE +notes: null +type: interface diff --git a/spec/rtems/basedefs/if/compiler-used-attribute.yml b/spec/rtems/basedefs/if/compiler-used-attribute.yml deleted file mode 100644 index b1c3d81f..00000000 --- a/spec/rtems/basedefs/if/compiler-used-attribute.yml +++ /dev/null @@ -1,21 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -brief: | - Provided for backward compatibility. -copyrights: -- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -definition: - default: | - ${used:/name} - variants: [] -description: null -enabled-by: true -index-entries: [] -interface-type: define -links: -- role: interface-placement - uid: header -- role: interface-ingroup - uid: group -name: RTEMS_COMPILER_USED_ATTRIBUTE -notes: null -type: interface -- cgit v1.2.3