diff options
author | wdenk <wdenk> | 2003-10-08 22:14:02 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-10-08 22:14:02 +0000 |
commit | ef1464cc01cf9dcab52396283bf597e609caa450 (patch) | |
tree | 8425585ca09e0fb257c0648c02a7bc7848616807 /include/elf.h | |
parent | d9a405aaf62cc8204f7300eb94713b39df793f04 (diff) |
* Patch by Anders Larsen, 18 Sep 2003:
allow mkimage to build and run on Cygwin-hosted systems
* Patch by Frank Müller, 18 Sep 2003:
use bi_intfreq instead of bi_busfreq to compute fec_mii_speed in
cpu/mpc8xx/fec.c
* Patch by Pantelis Antoniou, 16 Sep 2003:
add tool to compute fileds in the PLPRCR register for MPC86x
Diffstat (limited to 'include/elf.h')
-rw-r--r-- | include/elf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/elf.h b/include/elf.h index 1be294a945c..4ea3926f83d 100644 --- a/include/elf.h +++ b/include/elf.h @@ -43,13 +43,6 @@ #include <stdint.h> #endif -#ifdef __CYGWIN__ -#include <sys/types.h> -typedef unsigned long int uint32_t; -typedef unsigned short uint16_t; -typedef unsigned char uint8_t; -#endif /* __CYGWIN__ */ - /* * This version doesn't work for 64-bit ABIs - Erik. */ |