[gentoo] / src / patchsets / binutils / 2.18.50.0.7 / 77_all_generate-gnu-hash.patch Project Root:

GentooDiff of /src/patchsets/binutils/2.18.50.0.7/77_all_generate-gnu-hash.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph

version 1.1, Sat May 10 12:22:28 2008 UTC version 1.2, Wed Aug 20 03:53:04 2008 UTC
Line 1 
Line 1 
 --- binutils/ld/ldmain.c  --- binutils/ld/ldmain.c
 +++ binutils/ld/ldmain.c  +++ binutils/ld/ldmain.c
 @@ -273,2 +273,3 @@ main (int argc, char **argv)  @@ -273,2 +273,5 @@ main (int argc, char **argv)
    link_info.emit_hash = TRUE;     link_info.emit_hash = TRUE;
   +#ifndef __mips__
 +  link_info.emit_gnu_hash = TRUE;  +  link_info.emit_gnu_hash = TRUE;
   +#endif
    link_info.callbacks = &link_callbacks;     link_info.callbacks = &link_callbacks;

Generate output suitable for use with a patch program
Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

www@gentoo.org

Powered by ViewCVS 1.0_pre20050929

ViewCVS and CVS Help