From 7ecaafa0d8bac4354be8ee7ca84de947dd621ac7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 13 Dec 2006 07:21:53 +0000 Subject: Abandon DEPRECATED_TYPES. --- cpukit/Makefile.am | 30 ------------------------------ cpukit/include/rtems/stdint.h | 16 ---------------- 2 files changed, 46 deletions(-) (limited to 'cpukit') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 167221976f..4ae1309934 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -37,36 +37,6 @@ include_rtems_HEADERS = include_rtems_rtemsdir = $(includedir)/rtems/rtems include_rtems_rtems_HEADERS = -if DEPRECATED -include_HEADERS += backward/asm.h backward/chain.h backward/clockdrv.h \ - backward/confdefs.h backward/console.h backward/imfs.h backward/iosupp.h \ - backward/ringbuf.h backward/rtc.h backward/spurious.h \ - backward/timerdrv.h backward/vmeintr.h - -if LIBNETWORKING -include_HEADERS += backward/ftpd.h - -include_HEADERS += backward/rtemspppd.h -include_HEADERS += backward/rtemsdialer.h -endif - -include_motoroladir = $(includedir)/motorola -include_motorola_HEADERS = backward/motorola/mc68681.h \ - backward/motorola/mc68230.h - -include_zilogdir = $(includedir)/zilog -include_zilog_HEADERS = backward/zilog/z8536.h backward/zilog/z8036.h \ - backward/zilog/z8030.h - -if LIBDOSFS -include_HEADERS += backward/dosfs.h -endif - -if LIBITRON -include_HEADERS += backward/itron.h -endif -endif - if NEWLIB include_sysdir = $(includedir)/sys include_sys_HEADERS = diff --git a/cpukit/include/rtems/stdint.h b/cpukit/include/rtems/stdint.h index cdd4934198..54f067a329 100644 --- a/cpukit/include/rtems/stdint.h +++ b/cpukit/include/rtems/stdint.h @@ -21,20 +21,4 @@ #include #endif -#if RTEMS_DEPRECATED_TYPES -typedef uint8_t unsigned8; /* unsigned 8-bit integer */ -typedef uint16_t unsigned16; /* unsigned 16-bit integer */ -typedef uint32_t unsigned32; /* unsigned 32-bit integer */ -#if 0 -typedef uint64_t unsigned64; /* unsigned 64-bit integer */ -#endif - -typedef int8_t signed8; /* signed 8-bit integer */ -typedef int16_t signed16; /* signed 16-bit integer */ -typedef int32_t signed32; /* signed 32-bit integer */ -#if 0 -typedef int64_t signed64; /* signed 64-bit integer */ -#endif -#endif - #endif -- cgit v1.2.3