summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/return-address.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/if/return-address.yml')
-rw-r--r--spec/rtems/basedefs/if/return-address.yml14
1 files changed, 11 insertions, 3 deletions
diff --git a/spec/rtems/basedefs/if/return-address.yml b/spec/rtems/basedefs/if/return-address.yml
index 0447de75..4a896af6 100644
--- a/spec/rtems/basedefs/if/return-address.yml
+++ b/spec/rtems/basedefs/if/return-address.yml
@@ -4,10 +4,18 @@ brief: |
copyrights:
- Copyright (C) 2019 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/c/if/null:/name}
+ default:
+ attributes: null
+ body: ${/c/if/null:/name}
+ params: []
+ return: null
variants:
- - definition: |
- ${/compiler/if/builtin-return-address:/name}( 0 )
+ - definition:
+ attributes: null
+ body: |
+ ${/compiler/if/builtin-return-address:/name}( 0 )
+ params: []
+ return: null
enabled-by:
- defined(${/compiler/if/gnuc:/name})
description: null