]> git.pld-linux.org Git - packages/uClibc.git/commitdiff
- up
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 1 Feb 2007 21:12:00 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uClibc-sparc.patch -> 1.6

uClibc-sparc.patch

index 7e24e3cb1bf1977da19d67f9cc4ee83c19a7e0f0..c3a17d5693fdd1b2bb94b846e2d85a50b2f6dcdd 100644 (file)
@@ -1,26 +1,3 @@
---- uClibc-0.9.28/ldso/ldso/sparc/elfinterp.c.orig     2005-08-18 00:49:41.000000000 +0200
-+++ uClibc-0.9.28/ldso/ldso/sparc/elfinterp.c  2005-08-28 00:19:02.940783736 +0200
-@@ -81,7 +81,7 @@
-   if (unlikely(reloc_type != R_SPARC_JMP_SLOT)) {
--    _dl_dprintf(2, "%s: incorrect relocation type in jump relocations (%d)\n",
-+    _dl_dprintf(2, "%s: incorrect relocation type in jump relocations (%x)\n",
-                 _dl_progname, reloc_type);
-     _dl_exit(30);
-   };
-@@ -128,8 +128,10 @@
-       got_addr[2] = (char *) (0x81c06000 | ((unsigned int) new_addr & 0x3ff));
- #endif
-+#if defined (__SUPPORT_LD_DEBUG__)
-+  if (_dl_debug_bindings)
-       _dl_dprintf(2, "Address = %x\n",new_addr);
--      _dl_exit(32);
-+#endif
-   return (unsigned int) new_addr;
- }
 --- uClibc-0.9.28/ldso/ldso/ldso.c.orig        2005-08-18 00:49:41.000000000 +0200
 +++ uClibc-0.9.28/ldso/ldso/ldso.c     2005-08-28 00:19:31.295473168 +0200
 @@ -597,7 +597,7 @@
This page took 0.137041 seconds and 4 git commands to generate.