public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/binutils/2.17.50.0.14: 77_all_generate-gnu-hash.patch
@ 2008-08-20  3:52 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-08-20  3:52 UTC (permalink / raw
  To: gentoo-commits

vapier      08/08/20 03:52:57

  Modified:             77_all_generate-gnu-hash.patch
  Log:
  dont enable gnu hash on mips #233233

Revision  Changes    Path
1.2                  src/patchsets/binutils/2.17.50.0.14/77_all_generate-gnu-hash.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.17.50.0.14/77_all_generate-gnu-hash.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.17.50.0.14/77_all_generate-gnu-hash.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.17.50.0.14/77_all_generate-gnu-hash.patch?r1=1.1&r2=1.2

Index: 77_all_generate-gnu-hash.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.17.50.0.14/77_all_generate-gnu-hash.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 77_all_generate-gnu-hash.patch	24 Mar 2007 07:04:36 -0000	1.1
+++ 77_all_generate-gnu-hash.patch	20 Aug 2008 03:52:57 -0000	1.2
@@ -1,11 +1,13 @@
 --- binutils/ld/ldmain.c
 +++ binutils/ld/ldmain.c
-@@ -306,7 +306,7 @@ main (int argc, char **argv)
+@@ -306,7 +306,9 @@ main (int argc, char **argv)
    link_info.gc_sym_list = NULL;
    link_info.base_file = NULL;
    link_info.emit_hash = TRUE;
 -  link_info.emit_gnu_hash = FALSE;
++#ifndef __mips__
 +  link_info.emit_gnu_hash = TRUE;
++#endif
    /* SVR4 linkers seem to set DT_INIT and DT_FINI based on magic _init
       and _fini symbols.  We are compatible.  */
    link_info.init_function = "_init";






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-20  3:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-20  3:52 [gentoo-commits] gentoo commit in src/patchsets/binutils/2.17.50.0.14: 77_all_generate-gnu-hash.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox