surpport seeking the recorded video
[vuplus_openembedded] / recipes / glibc / glibc-2.3.3 / mips-abio32.patch
1 --- glibc-2.3.3-r16/sysdeps/mips/sgidefs.h-orig 2009-02-27 16:05:55.000000000 +0100
2 +++ glibc-2.3.3-r16/sysdeps/mips/sgidefs.h      2009-02-27 16:06:26.000000000 +0100
3 @@ -43,4 +43,9 @@
4  #define _MIPS_SIM_NABI32       2
5  #define _MIPS_SIM_ABI64                3
6  
7 +/* compatibility stuff needed e.g. by gdb */
8 +#ifndef _ABIO32
9 +# define _ABIO32       _MIPS_SIM_ABI32
10 +#endif
11 +
12  #endif /* sgidefs.h */