GDB release supporting RVDS v3.0

Hi people! Did anybody use OpenOCD tool chain for debugging image compiled with RVDS v3.0 ARM compiler? It appears that GDB (6.4.0.20051202-cvs) supplied with OpenOCD-Eclipse package fails to accept symbol information generated by RVDS. It fails with the following error: “Dwarf Error: wrong version in compilation unit header (is 3, should be 2)”. I have revealed that there is a patch for GDB (refer to http://sourceware.org/ml/gdb-patches/20 … 00082.html).

Does anybody know where could I find a most updated GDB exe that contains this patch? Alternatively, how can I compile GDB with this patch?

Note: required configuration for GDB must contain: --host=i686-pc-cygwin --target=arm-elf

Thanks to everyone in advance!