On Mon, Jan 28, 2013 at 7:50 AM, Leif Ekblad <[email protected]> wrote:
> If the patch is ok, could some maintainer add it to trunk?
There is no gthr-rdos.h file in your patch:
*** gcc-4.8-20121230/config/gthr.m4 2012-10-15 15:10:30.000000000 +0200
--- gcc-work/config/gthr.m4 2013-01-07 10:14:04.620667900 +0100
***************
*** 21,26 ****
--- 21,27 ----
tpf) thread_header=config/s390/gthr-tpf.h ;;
vxworks) thread_header=config/gthr-vxworks.h ;;
win32) thread_header=config/i386/gthr-win32.h ;;
+ rdos) thread_header=config/i386/gthr-rdos.h ;;
This file should be part of libgcc, so it needs its own ChangeLog.
Uros.