[uClibc-cvs] svn commit: trunk/buildroot/toolchain/binutils/2.16.90.0.1
sjhill at uclibc.org
sjhill at uclibc.org
Sat Apr 23 03:26:56 UTC 2005
Author: sjhill
Date: 2005-04-22 21:26:54 -0600 (Fri, 22 Apr 2005)
New Revision: 10161
Log:
Fix broken patch. Was this even tested?
Modified:
trunk/buildroot/toolchain/binutils/2.16.90.0.1/300-120_mips_xgot_multigot_workaround.patch
Changeset:
Modified: trunk/buildroot/toolchain/binutils/2.16.90.0.1/300-120_mips_xgot_multigot_workaround.patch
===================================================================
--- trunk/buildroot/toolchain/binutils/2.16.90.0.1/300-120_mips_xgot_multigot_workaround.patch 2005-04-23 01:50:55 UTC (rev 10160)
+++ trunk/buildroot/toolchain/binutils/2.16.90.0.1/300-120_mips_xgot_multigot_workaround.patch 2005-04-23 03:26:54 UTC (rev 10161)
@@ -35,7 +35,7 @@
- if (s->size > MIPS_ELF_GOT_MAX_SIZE (output_bfd))
+ if (s->size > MIPS_ELF_GOT_MAX_SIZE (output_bfd)
+ && g->global_gotno <= (MIPS_ELF_GOT_MAX_SIZE (output_bfd)
-+ / MIPS_ELF_GOT_SIZE (output_bfd))
++ / MIPS_ELF_GOT_SIZE (output_bfd)))
{
if (! mips_elf_multi_got (output_bfd, info, g, s, local_gotno))
return FALSE;
More information about the uClibc-cvs
mailing list