summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/inttypes.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-16 07:06:12 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-21 08:06:27 +0100
commit59e7209fb3181ab48c4f63da8a8deda8872157f7 (patch)
treee8ee348e7bf711e3a8af3a0001ed2975d7ea6bd4 /cpukit/include/rtems/inttypes.h
parentbsps/arm: Avoid short range branch in start.S (diff)
downloadrtems-59e7209fb3181ab48c4f63da8a8deda8872157f7.tar.bz2
score: Remove support for RTEMS_USE_16_BIT_OBJECT
The RTEMS_USE_16_BIT_OBJECT define is not set by an RTEMS port. Remove support for 16-bit object identifiers. If someone really wants to use RTEMS on a 16-bit target, then it is better to use self-contained objects instead of playing around with object identifier optimizations. Update #3603.
Diffstat (limited to 'cpukit/include/rtems/inttypes.h')
-rw-r--r--cpukit/include/rtems/inttypes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/include/rtems/inttypes.h b/cpukit/include/rtems/inttypes.h
index a8e725dcbf..4e6e98f507 100644
--- a/cpukit/include/rtems/inttypes.h
+++ b/cpukit/include/rtems/inttypes.h
@@ -97,11 +97,7 @@ extern "C" {
* certain system types on different targets.
*/
-#if defined(RTEMS_USE_16_BIT_OBJECT)
-#define PRIxrtems_id PRIx16
-#else
#define PRIxrtems_id PRIx32
-#endif
/* c.f. cpukit/score/include/rtems/score/priority.h */
#define PRIdPriority_Control PRIu64