Changeset 054476d in mainline for abi/include
- Timestamp:
- 2016-04-21T20:04:16Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27f67f5
- Parents:
- dc0d8b52 (diff), 73b3ecd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
abi/include/abi/asmtool.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/asmtool.h
rdc0d8b52 r054476d 45 45 46 46 #define OBJECT_BEGIN(obj) \ 47 .type obj , @object; \47 .type obj STT_OBJECT; \ 48 48 SYMBOL_BEGIN(obj) 49 49 #define OBJECT_END(obj) \ … … 51 51 52 52 #define FUNCTION_BEGIN(func) \ 53 .type func , @function; \53 .type func STT_FUNC; \ 54 54 SYMBOL_BEGIN(func) 55 55 #define FUNCTION_END(func) \
Note:
See TracChangeset
for help on using the changeset viewer.
