> Here's what my MIPS glibc has: > 0019df30 g DO .data 000001ec (GLIBC_2.0) sys_errlist > 0019df30 g DO .data 000011b8 GLIBC_2.2 sys_errlist > 0019df30 g DO .data 000001ec (GLIBC_2.0) _sys_errlist > 0019df30 g DO .data 000011b8 GLIBC_2.2 _sys_errlist Ok, that says sys_nerr=123 in 2.0 and sys_nerr=1134 in 2.2. I have changed the map to have just those. Thanks, Roland