# # This patch can be found at http://www.uclinux.org/pub/uClinux/m68k-elf-tools/ # --- gcc-2.95.3/libio/gen-params% Fri Nov 30 21:49:20 2001 +++ gcc-2.95.3/libio/gen-params Fri Nov 30 21:49:20 2001 @@ -378,6 +378,7 @@ [ -z "$uint32_t" ] && uint32_t="unsigned $int32_t" cat < /* fix for __sigset_t undefined problem */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) typedef int ${macro_prefix}int8_t __attribute__((__mode__(__QI__))); typedef unsigned int ${macro_prefix}uint8_t __attribute__((__mode__(__QI__)));