Updated GLIBC_PRIVATE : SH port
kaz Kojima
kkojima@rr.iij4u.or.jp
Sat Feb 2 17:06:00 GMT 2002
Hi,
I've tested current cvs for SH. I found no problem except
a typo in sysdeps/sh/dl-machine.h.
kaz
--
2002-02-03 kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
Index: dl-machine.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/sh/dl-machine.h,v
retrieving revision 1.16
diff -u -r1.16 dl-machine.h
--- dl-machine.h 2002/02/01 01:32:02 1.16
+++ dl-machine.h 2002/02/02 09:22:11
@@ -513,7 +513,7 @@
found. */
break;
if (sym->st_size > refsym->st_size
- || (sym->st_size < erefsym->st_size && GL(dl_verbose)))
+ || (sym->st_size < refsym->st_size && GL(dl_verbose)))
{
const char *strtab;
More information about the Libc-hacker
mailing list