This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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;
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |