Changeset 70c34fb in rtems
- Timestamp:
- Jan 23, 2021, 7:01:43 PM (6 weeks ago)
- Branches:
- master
- Children:
- c709017
- Parents:
- c45da42
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/23/21 19:01:43)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/23/21 19:03:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/splinkersets01/splinkersets01.h
rc45da42 r70c34fb 34 34 RTEMS_LINKER_ROSET_DECLARE(test_content_ro, char); 35 35 36 RTEMS_LINKER_RWSET_ITEM_ DECLARE(test_rw, const int *, a1);36 RTEMS_LINKER_RWSET_ITEM_ORDERED_DECLARE(test_rw, const int *, a1, 1); 37 37 38 RTEMS_LINKER_ROSET_ITEM_ DECLARE(test_ro, const int *, ca2);38 RTEMS_LINKER_ROSET_ITEM_ORDERED_DECLARE(test_ro, const int *, ca2, OC); 39 39 40 40 RTEMS_LINKER_RWSET_CONTENT(test_content_rw, extern int content_rw_1);
Note: See TracChangeset
for help on using the changeset viewer.